#C9AD71

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

Shades of Putty #C9AD71

Tints of Putty #C9AD71

Color information

#C9AD71 (or 0xC9AD71) is unknown color: approx Putty. HEX triplet: C9, AD and 71. RGB value is (201,173,113). Sum of RGB (Red+Green+Blue) = 201+173+113=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD71 is #36528E. Grayscale: #AEAEAE. Windows color (decimal): -3560079 or 7450057. OLE color: 7450057.

HSL color Cylindrical-coordinate representation of color #C9AD71: hue angle of 40.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9AD71 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201173113-
CMYK00.140.440.21
HSL40.91º44.9%61.57%-
HSV(B)40.91º43.78%78.82%-
XYZ42.0143.521.8-
YUV174.5393.28146.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=41.27%
G=35.52%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117311300.140.440.2140.9144.961.57
HexC9AD710E2C15292d3e
Octal3112551610165425515576
Binary110010011010110111100010111010110010101101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD71; }

 p { color: rgb(201,173,113); }

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

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

 a { background-color: rgb(201,173,113); }

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

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

 span { border-color: rgb(201,173,113); }

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