#CEA697

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

Shades of Eunry #CEA697

Tints of Eunry #CEA697

Color information

#CEA697 (or 0xCEA697) is unknown color: approx Eunry. HEX triplet: CE, A6 and 97. RGB value is (206,166,151). Sum of RGB (Red+Green+Blue) = 206+166+151=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA697 is #315968. Grayscale: #B0B0B0. Windows color (decimal): -3234153 or 9938638. OLE color: 9938638.

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

Color convert

RGB206166151-
CMYK00.190.270.19
HSL16.36º35.95%70%-
HSV(B)16.36º26.7%80.78%-
XYZ44.6842.6335.15-
YUV176.25113.75149.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=39.39%
G=31.74%
B=28.87%

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
Decimal20616615100.190.270.1916.3635.9570
HexCEA6970131B13102446
Octal31624622702333232044106
Binary1100111010100110100101110100111101110011100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA697; }

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

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

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

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

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

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

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

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