#CEA08E

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

Shades of Rose #CEA08E

Tints of Rose #CEA08E

Color information

#CEA08E (or 0xCEA08E) is unknown color: approx Rose. HEX triplet: CE, A0 and 8E. RGB value is (206,160,142). Sum of RGB (Red+Green+Blue) = 206+160+142=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA08E is #315F71. Grayscale: #ABABAB. Windows color (decimal): -3235698 or 9347278. OLE color: 9347278.

HSL color Cylindrical-coordinate representation of color #CEA08E: hue angle of 16.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA08E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206160142-
CMYK00.220.310.19
HSL16.88º39.51%68.24%-
HSV(B)16.88º31.07%80.78%-
XYZ42.9140.2231.09-
YUV171.7111.24152.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=40.55%
G=31.50%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616014200.220.310.1916.8839.5168.24
HexCEA08E0161F13112844
Octal31624021602637232150104
Binary1100111010100000100011100101101111110011100011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA08E; }

 p { color: rgb(206,160,142); }

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

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

 a { background-color: rgb(206,160,142); }

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

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

 span { border-color: rgb(206,160,142); }

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