#CEAA9D

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

Shades of Eunry #CEAA9D

Tints of Eunry #CEAA9D

Color information

#CEAA9D (or 0xCEAA9D) is unknown color: approx Eunry. HEX triplet: CE, AA and 9D. RGB value is (206,170,157). Sum of RGB (Red+Green+Blue) = 206+170+157=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA9D is #315562. Grayscale: #B3B3B3. Windows color (decimal): -3233123 or 10332878. OLE color: 10332878.

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

Color convert

RGB206170157-
CMYK00.170.240.19
HSL15.92º33.33%71.18%-
HSV(B)15.92º23.79%80.78%-
XYZ45.9144.3138.03-
YUV179.28115.43147.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=38.65%
G=31.89%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617015700.170.240.1915.9233.3371.18
HexCEAA9D0111813102147
Octal31625223502130232041107
Binary1100111010101010100111010100011100010011100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA9D; }

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

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

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

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

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

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

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

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