#CEA895

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

Shades of Rose #CEA895

Tints of Rose #CEA895

Color information

#CEA895 (or 0xCEA895) is unknown color: approx Rose. HEX triplet: CE, A8 and 95. RGB value is (206,168,149). Sum of RGB (Red+Green+Blue) = 206+168+149=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA895 is #31576A. Grayscale: #B1B1B1. Windows color (decimal): -3233643 or 9808078. OLE color: 9808078.

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

Color convert

RGB206168149-
CMYK00.180.280.19
HSL20º36.77%69.61%-
HSV(B)20º27.67%80.78%-
XYZ44.8843.334.43-
YUV177.2112.09148.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=39.39%
G=32.12%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616814900.180.280.192036.7769.61
HexCEA8950121C13142546
Octal31625022502234232445106
Binary1100111010101000100101010100101110010011101001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA895; }

 p { color: rgb(206,168,149); }

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

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

 a { background-color: rgb(206,168,149); }

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

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

 span { border-color: rgb(206,168,149); }

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