#C8AAA0

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

Shades of Eunry #C8AAA0

Tints of Eunry #C8AAA0

Color information

#C8AAA0 (or 0xC8AAA0) is unknown color: approx Eunry. HEX triplet: C8, AA and A0. RGB value is (200,170,160). Sum of RGB (Red+Green+Blue) = 200+170+160=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAA0 is #37555F. Grayscale: #B1B1B1. Windows color (decimal): -3626336 or 10529480. OLE color: 10529480.

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

Color convert

RGB200170160-
CMYK00.150.20.22
HSL15º26.67%70.59%-
HSV(B)15º20%78.43%-
XYZ44.5443.5739.32-
YUV177.83117.94143.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=37.74%
G=32.08%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017016000.150.20.221526.6770.59
HexC8AAA00F1416f1b47
Octal31025224001724261733107
Binary1100100010101010101000000111110100101101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAA0; }

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

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

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

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

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

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

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

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