#CEAA9E

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

Shades of Eunry #CEAA9E

Tints of Eunry #CEAA9E

Color information

#CEAA9E (or 0xCEAA9E) is unknown color: approx Eunry. HEX triplet: CE, AA and 9E. RGB value is (206,170,158). Sum of RGB (Red+Green+Blue) = 206+170+158=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA9E is #315561. Grayscale: #B3B3B3. Windows color (decimal): -3233122 or 10398414. OLE color: 10398414.

HSL color Cylindrical-coordinate representation of color #CEAA9E: hue angle of 15º 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 #CEAA9E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206170158-
CMYK00.170.230.19
HSL15º32.88%71.37%-
HSV(B)15º23.3%80.78%-
XYZ4644.3438.48-
YUV179.4115.93146.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=38.58%
G=31.84%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617015800.170.230.191532.8871.37
HexCEAA9E0111713f2147
Octal31625223602127231741107
Binary110011101010101010011110010001101111001111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA9E; }

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

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

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

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

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

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

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

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