#CEA19C

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

Shades of Eunry #CEA19C

Tints of Eunry #CEA19C

Color information

#CEA19C (or 0xCEA19C) is unknown color: approx Eunry. HEX triplet: CE, A1 and 9C. RGB value is (206,161,156). Sum of RGB (Red+Green+Blue) = 206+161+156=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA19C is #315E63. Grayscale: #ADADAD. Windows color (decimal): -3235428 or 10265038. OLE color: 10265038.

HSL color Cylindrical-coordinate representation of color #CEA19C: hue angle of 6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA19C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206161156-
CMYK00.220.240.19
HSL33.78%70.98%-
HSV(B)24.27%80.78%-
XYZ44.241.0137.04-
YUV173.88117.91150.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=39.39%
G=30.78%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616115600.220.240.19633.7870.98
HexCEA19C016181362247
Octal3162412340263023642107
Binary11001110101000011001110001011011000100111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA19C; }

 p { color: rgb(206,161,156); }

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

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

 a { background-color: rgb(206,161,156); }

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

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

 span { border-color: rgb(206,161,156); }

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