#CEA699

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

Shades of Eunry #CEA699

Tints of Eunry #CEA699

Color information

#CEA699 (or 0xCEA699) is unknown color: approx Eunry. HEX triplet: CE, A6 and 99. RGB value is (206,166,153). Sum of RGB (Red+Green+Blue) = 206+166+153=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA699 is #315966. Grayscale: #B0B0B0. Windows color (decimal): -3234151 or 10069710. OLE color: 10069710.

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

Color convert

RGB206166153-
CMYK00.190.260.19
HSL14.72º35.1%70.39%-
HSV(B)14.72º25.73%80.78%-
XYZ44.8442.6936.01-
YUV176.48114.75149.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=39.24%
G=31.62%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616615300.190.260.1914.7235.170.39
HexCEA6990131A13f2346
Octal31624623102332231743106
Binary110011101010011010011001010011110101001111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA699; }

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

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

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

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

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

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

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

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