#CEA99E

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

Shades of Eunry #CEA99E

Tints of Eunry #CEA99E

Color information

#CEA99E (or 0xCEA99E) is unknown color: approx Eunry. HEX triplet: CE, A9 and 9E. RGB value is (206,169,158). Sum of RGB (Red+Green+Blue) = 206+169+158=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA99E is #315661. Grayscale: #B2B2B2. Windows color (decimal): -3233378 or 10398158. OLE color: 10398158.

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

Color convert

RGB206169158-
CMYK00.180.230.19
HSL13.75º32.88%71.37%-
HSV(B)13.75º23.3%80.78%-
XYZ45.8143.9738.42-
YUV178.81116.26147.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=38.65%
G=31.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616915800.180.230.1913.7532.8871.37
HexCEA99E0121713e2147
Octal31625123602227231641107
Binary110011101010100110011110010010101111001111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA99E; }

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

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

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

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

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

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

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

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