#CEA7A4

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

Shades of Eunry #CEA7A4

Tints of Eunry #CEA7A4

Color information

#CEA7A4 (or 0xCEA7A4) is unknown color: approx Eunry. HEX triplet: CE, A7 and A4. RGB value is (206,167,164). Sum of RGB (Red+Green+Blue) = 206+167+164=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7A4 is #31585B. Grayscale: #B2B2B2. Windows color (decimal): -3233884 or 10790862. OLE color: 10790862.

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

Color convert

RGB206167164-
CMYK00.190.200.19
HSL4.29º30%72.55%-
HSV(B)4.29º20.39%80.78%-
XYZ45.9743.4441.08-
YUV178.32119.92147.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=38.36%
G=31.10%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616716400.190.200.194.293072.55
HexCEA7A4013141341e49
Octal3162472440232423436111
Binary1100111010100111101001000100111010010011100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7A4; }

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

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

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

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

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

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

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

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