#C8AA9D

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

Shades of Eunry #C8AA9D

Tints of Eunry #C8AA9D

Color information

#C8AA9D (or 0xC8AA9D) is unknown color: approx Eunry. HEX triplet: C8, AA and 9D. RGB value is (200,170,157). Sum of RGB (Red+Green+Blue) = 200+170+157=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA9D is #375562. Grayscale: #B1B1B1. Windows color (decimal): -3626339 or 10332872. OLE color: 10332872.

HSL color Cylindrical-coordinate representation of color #C8AA9D: hue angle of 18.14º degrees, saturation: 0.28, 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 #C8AA9D is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200170157-
CMYK00.150.220.22
HSL18.14º28.1%70%-
HSV(B)18.14º21.5%78.43%-
XYZ44.2843.4637.95-
YUV177.49116.44144.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=37.95%
G=32.26%
B=29.79%

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
Decimal20017015700.150.220.2218.1428.170
HexC8AA9D0F1616121c46
Octal31025223501726262234106
Binary11001000101010101001110101111101101011010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA9D; }

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

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

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

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

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

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

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

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