#C9AA74

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

Shades of Putty #C9AA74

Tints of Putty #C9AA74

Color information

#C9AA74 (or 0xC9AA74) is unknown color: approx Putty. HEX triplet: C9, AA and 74. RGB value is (201,170,116). Sum of RGB (Red+Green+Blue) = 201+170+116=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA74 is #36558B. Grayscale: #ADADAD. Windows color (decimal): -3560844 or 7645897. OLE color: 7645897.

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

Color convert

RGB201170116-
CMYK00.150.420.21
HSL38.12º44.04%62.16%-
HSV(B)38.12º42.29%78.82%-
XYZ41.6142.4322.52-
YUV173.1195.77147.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=41.27%
G=34.91%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117011600.150.420.2138.1244.0462.16
HexC9AA740F2A15262c3e
Octal3112521640175225465476
Binary110010011010101011101000111110101010101100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA74; }

 p { color: rgb(201,170,116); }

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

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

 a { background-color: rgb(201,170,116); }

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

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

 span { border-color: rgb(201,170,116); }

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