#CEA9A4

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

Shades of Eunry #CEA9A4

Tints of Eunry #CEA9A4

Color information

#CEA9A4 (or 0xCEA9A4) is unknown color: approx Eunry. HEX triplet: CE, A9 and A4. RGB value is (206,169,164). Sum of RGB (Red+Green+Blue) = 206+169+164=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9A4 is #31565B. Grayscale: #B3B3B3. Windows color (decimal): -3233372 or 10791374. OLE color: 10791374.

HSL color Cylindrical-coordinate representation of color #CEA9A4: hue angle of 7.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA9A4 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206169164-
CMYK00.180.200.19
HSL7.14º30%72.55%-
HSV(B)7.14º20.39%80.78%-
XYZ46.3444.1841.21-
YUV179.49119.26146.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=38.22%
G=31.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616916400.180.200.197.143072.55
HexCEA9A4012141371e49
Octal3162512440222423736111
Binary1100111010101001101001000100101010010011111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9A4; }

 p { color: rgb(206,169,164); }

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

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

 a { background-color: rgb(206,169,164); }

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

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

 span { border-color: rgb(206,169,164); }

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