#CEA5A3

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

Shades of Eunry #CEA5A3

Tints of Eunry #CEA5A3

Color information

#CEA5A3 (or 0xCEA5A3) is unknown color: approx Eunry. HEX triplet: CE, A5 and A3. RGB value is (206,165,163). Sum of RGB (Red+Green+Blue) = 206+165+163=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA5A3 is #315A5C. Grayscale: #B1B1B1. Windows color (decimal): -3234397 or 10724814. OLE color: 10724814.

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

Color convert

RGB206165163-
CMYK00.200.210.19
HSL2.79º30.5%72.35%-
HSV(B)2.79º20.87%80.78%-
XYZ45.5242.6840.49-
YUV177.03120.08148.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=38.58%
G=30.90%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616516300.200.210.192.7930.572.35
HexCEA5A3014151331e48
Octal3162452430242523336110
Binary110011101010010110100011010100101011001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5A3; }

 p { color: rgb(206,165,163); }

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

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

 a { background-color: rgb(206,165,163); }

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

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

 span { border-color: rgb(206,165,163); }

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