#C8AA9C

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

Shades of Eunry #C8AA9C

Tints of Eunry #C8AA9C

Color information

#C8AA9C (or 0xC8AA9C) is unknown color: approx Eunry. HEX triplet: C8, AA and 9C. RGB value is (200,170,156). Sum of RGB (Red+Green+Blue) = 200+170+156=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA9C is #375563. Grayscale: #B1B1B1. Windows color (decimal): -3626340 or 10267336. OLE color: 10267336.

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

Color convert

RGB200170156-
CMYK00.150.220.22
HSL19.09º28.57%69.8%-
HSV(B)19.09º22%78.43%-
XYZ44.1943.4337.51-
YUV177.37115.94144.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=38.02%
G=32.32%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017015600.150.220.2219.0928.5769.8
HexC8AA9C0F1616131d46
Octal31025223401726262335106
Binary11001000101010101001110001111101101011010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA9C; }

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

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

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

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

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

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

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

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