#CEA08B

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

Shades of Rose #CEA08B

Tints of Rose #CEA08B

Color information

#CEA08B (or 0xCEA08B) is unknown color: approx Rose. HEX triplet: CE, A0 and 8B. RGB value is (206,160,139). Sum of RGB (Red+Green+Blue) = 206+160+139=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA08B is #315F74. Grayscale: #ABABAB. Windows color (decimal): -3235701 or 9150670. OLE color: 9150670.

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

Color convert

RGB206160139-
CMYK00.220.330.19
HSL18.81º40.61%67.65%-
HSV(B)18.81º32.52%80.78%-
XYZ42.6840.1329.92-
YUV171.36109.74152.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=40.79%
G=31.68%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616013900.220.330.1918.8140.6167.65
HexCEA08B0162113132944
Octal31624021302641232351104
Binary11001110101000001000101101011010000110011100111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA08B; }

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

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

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

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

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

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

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

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