#CEAA9B

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

Shades of Eunry #CEAA9B

Tints of Eunry #CEAA9B

Color information

#CEAA9B (or 0xCEAA9B) is unknown color: approx Eunry. HEX triplet: CE, AA and 9B. RGB value is (206,170,155). Sum of RGB (Red+Green+Blue) = 206+170+155=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA9B is #315564. Grayscale: #B3B3B3. Windows color (decimal): -3233125 or 10201806. OLE color: 10201806.

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

Color convert

RGB206170155-
CMYK00.170.250.19
HSL17.65º34.23%70.78%-
HSV(B)17.65º24.76%80.78%-
XYZ45.7444.2437.14-
YUV179.05114.43147.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=38.79%
G=32.02%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617015500.170.250.1917.6534.2370.78
HexCEAA9B0111913122247
Octal31625223302131232242107
Binary1100111010101010100110110100011100110011100101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA9B; }

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

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

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

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

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

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

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

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