#C8AAA2

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

Shades of Eunry #C8AAA2

Tints of Eunry #C8AAA2

Color information

#C8AAA2 (or 0xC8AAA2) is unknown color: approx Eunry. HEX triplet: C8, AA and A2. RGB value is (200,170,162). Sum of RGB (Red+Green+Blue) = 200+170+162=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAA2 is #37555D. Grayscale: #B2B2B2. Windows color (decimal): -3626334 or 10660552. OLE color: 10660552.

HSL color Cylindrical-coordinate representation of color #C8AAA2: hue angle of 12.63º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8AAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB200170162-
CMYK00.150.190.22
HSL12.63º25.68%70.98%-
HSV(B)12.63º19%78.43%-
XYZ44.7243.6440.25-
YUV178.06118.94143.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=37.59%
G=31.95%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017016200.150.190.2212.6325.6870.98
HexC8AAA20F1316d1a47
Octal31025224201723261532107
Binary1100100010101010101000100111110011101101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAA2; }

 p { color: rgb(200,170,162); }

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

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

 a { background-color: rgb(200,170,162); }

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

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

 span { border-color: rgb(200,170,162); }

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