#C9A876

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

Shades of Putty #C9A876

Tints of Putty #C9A876

Color information

#C9A876 (or 0xC9A876) is unknown color: approx Putty. HEX triplet: C9, A8 and 76. RGB value is (201,168,118). Sum of RGB (Red+Green+Blue) = 201+168+118=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A876 is #365789. Grayscale: #ACACAC. Windows color (decimal): -3561354 or 7776457. OLE color: 7776457.

HSL color Cylindrical-coordinate representation of color #C9A876: hue angle of 36.14º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9A876 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB201168118-
CMYK00.160.410.21
HSL36.14º43.46%62.55%-
HSV(B)36.14º41.29%78.82%-
XYZ41.3641.7323.01-
YUV172.1797.43148.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=41.27%
G=34.50%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116811800.160.410.2136.1443.4662.55
HexC9A8760102915242b3f
Octal3112501660205125445377
Binary1100100110101000111011001000010100110101100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A876; }

 p { color: rgb(201,168,118); }

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

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

 a { background-color: rgb(201,168,118); }

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

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

 span { border-color: rgb(201,168,118); }

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