#CEAAA1

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

Shades of Eunry #CEAAA1

Tints of Eunry #CEAAA1

Color information

#CEAAA1 (or 0xCEAAA1) is unknown color: approx Eunry. HEX triplet: CE, AA and A1. RGB value is (206,170,161). Sum of RGB (Red+Green+Blue) = 206+170+161=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAA1 is #31555E. Grayscale: #B3B3B3. Windows color (decimal): -3233119 or 10595022. OLE color: 10595022.

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

Color convert

RGB206170161-
CMYK00.170.220.19
HSL12º31.47%71.96%-
HSV(B)12º21.84%80.78%-
XYZ46.2644.4439.86-
YUV179.74117.43146.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=38.36%
G=31.66%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617016100.170.220.191231.4771.96
HexCEAAA10111613c1f48
Octal31625224102126231437110
Binary11001110101010101010000101000110110100111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAA1; }

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

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

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

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

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

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

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

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