#CEA4A0

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

Shades of Eunry #CEA4A0

Tints of Eunry #CEA4A0

Color information

#CEA4A0 (or 0xCEA4A0) is unknown color: approx Eunry. HEX triplet: CE, A4 and A0. RGB value is (206,164,160). Sum of RGB (Red+Green+Blue) = 206+164+160=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA4A0 is #315B5F. Grayscale: #B0B0B0. Windows color (decimal): -3234656 or 10527950. OLE color: 10527950.

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

Color convert

RGB206164160-
CMYK00.200.220.19
HSL5.22º31.94%71.76%-
HSV(B)5.22º22.33%80.78%-
XYZ45.0742.2139.03-
YUV176.1118.91149.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=38.87%
G=30.94%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616416000.200.220.195.2231.9471.76
HexCEA4A0014161352048
Octal3162442400242623540110
Binary11001110101001001010000001010010110100111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4A0; }

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

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

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

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

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

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

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

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