#CEA196

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

Shades of Rose #CEA196

Tints of Rose #CEA196

Color information

#CEA196 (or 0xCEA196) is unknown color: approx Rose. HEX triplet: CE, A1 and 96. RGB value is (206,161,150). Sum of RGB (Red+Green+Blue) = 206+161+150=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA196 is #315E69. Grayscale: #ADADAD. Windows color (decimal): -3235434 or 9871822. OLE color: 9871822.

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

Color convert

RGB206161150-
CMYK00.220.270.19
HSL11.79º36.36%69.8%-
HSV(B)11.79º27.18%80.78%-
XYZ43.740.8134.43-
YUV173.2114.91151.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=39.85%
G=31.14%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616115000.220.270.1911.7936.3669.8
HexCEA1960161B13c2446
Octal31624122602633231444106
Binary110011101010000110010110010110110111001111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA196; }

 p { color: rgb(206,161,150); }

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

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

 a { background-color: rgb(206,161,150); }

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

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

 span { border-color: rgb(206,161,150); }

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