#CEA6A5

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

Shades of Eunry #CEA6A5

Tints of Eunry #CEA6A5

Color information

#CEA6A5 (or 0xCEA6A5) is unknown color: approx Eunry. HEX triplet: CE, A6 and A5. RGB value is (206,166,165). Sum of RGB (Red+Green+Blue) = 206+166+165=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6A5 is #31595A. Grayscale: #B1B1B1. Windows color (decimal): -3234139 or 10856142. OLE color: 10856142.

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

Color convert

RGB206166165-
CMYK00.190.200.19
HSL1.46º29.5%72.75%-
HSV(B)1.46º19.9%80.78%-
XYZ45.8843.1141.5-
YUV177.85120.75148.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=38.36%
G=30.91%
B=30.73%

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
Decimal20616616500.190.200.191.4629.572.75
HexCEA6A5013141311d49
Octal3162462450232423135111
Binary11001110101001101010010101001110100100111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA6A5; }

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

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

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

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

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

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

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

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