#CEA19A

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

Shades of Eunry #CEA19A

Tints of Eunry #CEA19A

Color information

#CEA19A (or 0xCEA19A) is unknown color: approx Eunry. HEX triplet: CE, A1 and 9A. RGB value is (206,161,154). Sum of RGB (Red+Green+Blue) = 206+161+154=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA19A is #315E65. Grayscale: #ADADAD. Windows color (decimal): -3235430 or 10133966. OLE color: 10133966.

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

Color convert

RGB206161154-
CMYK00.220.250.19
HSL8.08º34.67%70.59%-
HSV(B)8.08º25.24%80.78%-
XYZ44.0340.9436.15-
YUV173.66116.91151.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=39.54%
G=30.90%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616115400.220.250.198.0834.6770.59
HexCEA19A016191382347
Octal31624123202631231043107
Binary110011101010000110011010010110110011001110001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA19A; }

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

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

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

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

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

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

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

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