#CEA696

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

Shades of Rose #CEA696

Tints of Rose #CEA696

Color information

#CEA696 (or 0xCEA696) is unknown color: approx Rose. HEX triplet: CE, A6 and 96. RGB value is (206,166,150). Sum of RGB (Red+Green+Blue) = 206+166+150=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA696 is #315969. Grayscale: #B0B0B0. Windows color (decimal): -3234154 or 9873102. OLE color: 9873102.

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

Color convert

RGB206166150-
CMYK00.190.270.19
HSL17.14º36.36%69.8%-
HSV(B)17.14º27.18%80.78%-
XYZ44.5942.634.73-
YUV176.14113.25149.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=39.46%
G=31.80%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616615000.190.270.1917.1436.3669.8
HexCEA6960131B13112446
Octal31624622602333232144106
Binary1100111010100110100101100100111101110011100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA696; }

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

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

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

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

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

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

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

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