#C9ACA0

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

Shades of Eunry #C9ACA0

Tints of Eunry #C9ACA0

Color information

#C9ACA0 (or 0xC9ACA0) is unknown color: approx Eunry. HEX triplet: C9, AC and A0. RGB value is (201,172,160). Sum of RGB (Red+Green+Blue) = 201+172+160=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ACA0 is #36535F. Grayscale: #B3B3B3. Windows color (decimal): -3560288 or 10529993. OLE color: 10529993.

HSL color Cylindrical-coordinate representation of color #C9ACA0: hue angle of 17.56º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9ACA0 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB201172160-
CMYK00.140.200.21
HSL17.56º27.52%70.78%-
HSV(B)17.56º20.4%78.82%-
XYZ45.1944.4639.46-
YUV179.3117.11143.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=37.71%
G=32.27%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117216000.140.200.2117.5627.5270.78
HexC9ACA00E1415121c47
Octal31125424001624252234107
Binary11001001101011001010000001110101001010110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACA0; }

 p { color: rgb(201,172,160); }

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

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

 a { background-color: rgb(201,172,160); }

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

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

 span { border-color: rgb(201,172,160); }

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