#CE749F

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

Shades of Hopbush #CE749F

Tints of Hopbush #CE749F

Color information

#CE749F (or 0xCE749F) is unknown color: approx Hopbush. HEX triplet: CE, 74 and 9F. RGB value is (206,116,159). Sum of RGB (Red+Green+Blue) = 206+116+159=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE749F is #318B60. Grayscale: #939393. Windows color (decimal): -3246945 or 10450126. OLE color: 10450126.

HSL color Cylindrical-coordinate representation of color #CE749F: hue angle of 331.33º 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 #CE749F is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206116159-
CMYK00.440.230.19
HSL331.33º47.87%63.14%-
HSV(B)331.33º43.69%80.78%-
XYZ37.9628.1236.23-
YUV147.81134.32169.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=42.83%
G=24.12%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611615900.440.230.19331.3347.8763.14
HexCE749F02C171314b303f
Octal31616423705427235136077
Binary1100111011101001001111101011001011110011101001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE749F; }

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

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

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

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

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

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

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

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