#C9AA6D

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

Shades of Putty #C9AA6D

Tints of Putty #C9AA6D

Color information

#C9AA6D (or 0xC9AA6D) is unknown color: approx Putty. HEX triplet: C9, AA and 6D. RGB value is (201,170,109). Sum of RGB (Red+Green+Blue) = 201+170+109=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA6D is #365592. Grayscale: #ACACAC. Windows color (decimal): -3560851 or 7187145. OLE color: 7187145.

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

Color convert

RGB201170109-
CMYK00.150.460.21
HSL39.78º46%60.78%-
HSV(B)39.78º45.77%78.82%-
XYZ41.2242.2720.45-
YUV172.3192.27148.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=41.88%
G=35.42%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117010900.150.460.2139.784660.78
HexC9AA6D0F2E15282e3d
Octal3112521550175625505675
Binary110010011010101011011010111110111010101101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA6D; }

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

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

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

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

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

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

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

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