#C9A66F

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

Shades of Putty #C9A66F

Tints of Putty #C9A66F

Color information

#C9A66F (or 0xC9A66F) is unknown color: approx Putty. HEX triplet: C9, A6 and 6F. RGB value is (201,166,111). Sum of RGB (Red+Green+Blue) = 201+166+111=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A66F is #365990. Grayscale: #AAAAAA. Windows color (decimal): -3561873 or 7317193. OLE color: 7317193.

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

Color convert

RGB201166111-
CMYK00.170.450.21
HSL36.67º45.45%61.18%-
HSV(B)36.67º44.78%78.82%-
XYZ40.5940.8420.78-
YUV170.294.6149.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=42.05%
G=34.73%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116611100.170.450.2136.6745.4561.18
HexC9A66F0112D15252d3d
Octal3112461570215525455575
Binary1100100110100110110111101000110110110101100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A66F; }

 p { color: rgb(201,166,111); }

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

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

 a { background-color: rgb(201,166,111); }

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

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

 span { border-color: rgb(201,166,111); }

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