#CEAA99

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

Shades of Eunry #CEAA99

Tints of Eunry #CEAA99

Color information

#CEAA99 (or 0xCEAA99) is unknown color: approx Eunry. HEX triplet: CE, AA and 99. RGB value is (206,170,153). Sum of RGB (Red+Green+Blue) = 206+170+153=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA99 is #315566. Grayscale: #B2B2B2. Windows color (decimal): -3233127 or 10070734. OLE color: 10070734.

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

Color convert

RGB206170153-
CMYK00.170.260.19
HSL19.25º35.1%70.39%-
HSV(B)19.25º25.73%80.78%-
XYZ45.5844.1736.26-
YUV178.83113.43147.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=38.94%
G=32.14%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617015300.170.260.1919.2535.170.39
HexCEAA990111A13132346
Octal31625223102132232343106
Binary1100111010101010100110010100011101010011100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA99; }

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

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

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

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

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

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

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

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