#CEAA9A

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

Shades of Eunry #CEAA9A

Tints of Eunry #CEAA9A

Color information

#CEAA9A (or 0xCEAA9A) is unknown color: approx Eunry. HEX triplet: CE, AA and 9A. RGB value is (206,170,154). Sum of RGB (Red+Green+Blue) = 206+170+154=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA9A is #315565. Grayscale: #B3B3B3. Windows color (decimal): -3233126 or 10136270. OLE color: 10136270.

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

Color convert

RGB206170154-
CMYK00.170.250.19
HSL18.46º34.67%70.59%-
HSV(B)18.46º25.24%80.78%-
XYZ45.6644.236.7-
YUV178.94113.93147.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=38.87%
G=32.08%
B=29.06%

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
Decimal20617015400.170.250.1918.4634.6770.59
HexCEAA9A0111913122347
Octal31625223202131232243107
Binary1100111010101010100110100100011100110011100101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA9A; }

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

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

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

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

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

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

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

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