#CE72A9

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

Shades of Hopbush #CE72A9

Tints of Hopbush #CE72A9

Color information

#CE72A9 (or 0xCE72A9) is unknown color: approx Hopbush. HEX triplet: CE, 72 and A9. RGB value is (206,114,169). Sum of RGB (Red+Green+Blue) = 206+114+169=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE72A9 is #318D56. Grayscale: #939393. Windows color (decimal): -3247447 or 11104974. OLE color: 11104974.

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

Color convert

RGB206114169-
CMYK00.450.180.19
HSL324.13º48.42%62.75%-
HSV(B)324.13º44.66%80.78%-
XYZ38.6328.0240.91-
YUV147.78139.98169.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=42.13%
G=23.31%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611416900.450.180.19324.1348.4262.75
HexCE72A902D1213144303f
Octal31616225105522235046077
Binary1100111011100101010100101011011001010011101000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72A9; }

 p { color: rgb(206,114,169); }

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

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

 a { background-color: rgb(206,114,169); }

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

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

 span { border-color: rgb(206,114,169); }

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