#CEA098

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

Shades of Eunry #CEA098

Tints of Eunry #CEA098

Color information

#CEA098 (or 0xCEA098) is unknown color: approx Eunry. HEX triplet: CE, A0 and 98. RGB value is (206,160,152). Sum of RGB (Red+Green+Blue) = 206+160+152=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA098 is #315F67. Grayscale: #ACACAC. Windows color (decimal): -3235688 or 10002638. OLE color: 10002638.

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

Color convert

RGB206160152-
CMYK00.220.260.19
HSL8.89º35.53%70.2%-
HSV(B)8.89º26.21%80.78%-
XYZ43.6940.5335.23-
YUV172.84116.24151.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=39.77%
G=30.89%
B=29.34%

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
Decimal20616015200.220.260.198.8935.5370.2
HexCEA0980161A1392446
Octal31624023002632231144106
Binary110011101010000010011000010110110101001110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA098; }

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

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

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

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

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

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

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

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