#CEAB9A

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

Shades of Eunry #CEAB9A

Tints of Eunry #CEAB9A

Color information

#CEAB9A (or 0xCEAB9A) is unknown color: approx Eunry. HEX triplet: CE, AB and 9A. RGB value is (206,171,154). Sum of RGB (Red+Green+Blue) = 206+171+154=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB9A is #315465. Grayscale: #B3B3B3. Windows color (decimal): -3232870 or 10136526. OLE color: 10136526.

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

Color convert

RGB206171154-
CMYK00.170.250.19
HSL19.62º34.67%70.59%-
HSV(B)19.62º25.24%80.78%-
XYZ45.8544.5836.76-
YUV179.53113.6146.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=38.79%
G=32.20%
B=29.00%

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
Decimal20617115400.170.250.1919.6234.6770.59
HexCEAB9A0111913142347
Octal31625323202131232443107
Binary1100111010101011100110100100011100110011101001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB9A; }

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

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

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

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

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

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

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

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