#CE749D

Color #CE749D Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CE749D

Tints of Hopbush #CE749D

Color information

#CE749D (or 0xCE749D) is unknown color: approx Hopbush. HEX triplet: CE, 74 and 9D. RGB value is (206,116,157). Sum of RGB (Red+Green+Blue) = 206+116+157=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE749D is #318B62. Grayscale: #939393. Windows color (decimal): -3246947 or 10319054. OLE color: 10319054.

HSL color Cylindrical-coordinate representation of color #CE749D: hue angle of 332.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE749D is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206116157-
CMYK00.440.240.19
HSL332.67º47.87%63.14%-
HSV(B)332.67º43.69%80.78%-
XYZ37.7828.0535.32-
YUV147.58133.32169.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=43.01%
G=24.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611615700.440.240.19332.6747.8763.14
HexCE749D02C181314d303f
Octal31616423505430235156077
Binary1100111011101001001110101011001100010011101001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE749D; }

 p { color: rgb(206,116,157); }

 H1.HeaderClassName
 {
   color: #CE749D;
 }
 .AnyTagClassName
 {
   color: #CE749D;
 }
</style>
background-color css

<style>
 a { background-color: #CE749D; }

 a { background-color: rgb(206,116,157); }

 div.DivClassName
 {
   background-color: #CE749D;
 }
 .BgClassName
 {
   background-color: #CE749D;
 }
</style>
border-color css

<style>
 span { border-color: #CE749D; }

 span { border-color: rgb(206,116,157); }

 td.TdClassName
 {
   border-color: #CE749D;
 }
 .TagClassName
 {
   border-color: #CE749D;
 }
</style>