#CEA999

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

Shades of Eunry #CEA999

Tints of Eunry #CEA999

Color information

#CEA999 (or 0xCEA999) is unknown color: approx Eunry. HEX triplet: CE, A9 and 99. RGB value is (206,169,153). Sum of RGB (Red+Green+Blue) = 206+169+153=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA999 is #315666. Grayscale: #B2B2B2. Windows color (decimal): -3233383 or 10070478. OLE color: 10070478.

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

Color convert

RGB206169153-
CMYK00.180.260.19
HSL18.11º35.1%70.39%-
HSV(B)18.11º25.73%80.78%-
XYZ45.3943.836.2-
YUV178.24113.76147.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=39.02%
G=32.01%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616915300.180.260.1918.1135.170.39
HexCEA9990121A13122346
Octal31625123102232232243106
Binary1100111010101001100110010100101101010011100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA999; }

 p { color: rgb(206,169,153); }

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

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

 a { background-color: rgb(206,169,153); }

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

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

 span { border-color: rgb(206,169,153); }

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