#CEA099

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

Shades of Eunry #CEA099

Tints of Eunry #CEA099

Color information

#CEA099 (or 0xCEA099) is unknown color: approx Eunry. HEX triplet: CE, A0 and 99. RGB value is (206,160,153). Sum of RGB (Red+Green+Blue) = 206+160+153=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA099 is #315F66. Grayscale: #ADADAD. Windows color (decimal): -3235687 or 10068174. OLE color: 10068174.

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

Color convert

RGB206160153-
CMYK00.220.260.19
HSL7.92º35.1%70.39%-
HSV(B)7.92º25.73%80.78%-
XYZ43.7740.5635.66-
YUV172.96116.74151.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=39.69%
G=30.83%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616015300.220.260.197.9235.170.39
HexCEA0990161A1382346
Octal31624023102632231043106
Binary110011101010000010011001010110110101001110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA099; }

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

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

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

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

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

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

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

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