#CEA99A

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

Shades of Eunry #CEA99A

Tints of Eunry #CEA99A

Color information

#CEA99A (or 0xCEA99A) is unknown color: approx Eunry. HEX triplet: CE, A9 and 9A. RGB value is (206,169,154). Sum of RGB (Red+Green+Blue) = 206+169+154=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA99A is #315665. Grayscale: #B2B2B2. Windows color (decimal): -3233382 or 10136014. OLE color: 10136014.

HSL color Cylindrical-coordinate representation of color #CEA99A: hue angle of 17.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA99A is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206169154-
CMYK00.180.250.19
HSL17.31º34.67%70.59%-
HSV(B)17.31º25.24%80.78%-
XYZ45.4743.8336.64-
YUV178.35114.26147.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=38.94%
G=31.95%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616915400.180.250.1917.3134.6770.59
HexCEA99A0121913112347
Octal31625123202231232143107
Binary1100111010101001100110100100101100110011100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA99A; }

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

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

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

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

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

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

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

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