#CEA695

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

Shades of Rose #CEA695

Tints of Rose #CEA695

Color information

#CEA695 (or 0xCEA695) is unknown color: approx Rose. HEX triplet: CE, A6 and 95. RGB value is (206,166,149). Sum of RGB (Red+Green+Blue) = 206+166+149=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA695 is #31596A. Grayscale: #B0B0B0. Windows color (decimal): -3234155 or 9807566. OLE color: 9807566.

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

Color convert

RGB206166149-
CMYK00.190.280.19
HSL17.89º36.77%69.61%-
HSV(B)17.89º27.67%80.78%-
XYZ44.5142.5634.3-
YUV176.02112.75149.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=39.54%
G=31.86%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616614900.190.280.1917.8936.7769.61
HexCEA6950131C13122546
Octal31624622502334232245106
Binary1100111010100110100101010100111110010011100101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA695; }

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

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

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

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

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

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

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

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