#C9AC6F

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

Shades of Putty #C9AC6F

Tints of Putty #C9AC6F

Color information

#C9AC6F (or 0xC9AC6F) is unknown color: approx Putty. HEX triplet: C9, AC and 6F. RGB value is (201,172,111). Sum of RGB (Red+Green+Blue) = 201+172+111=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC6F is #365390. Grayscale: #ADADAD. Windows color (decimal): -3560337 or 7318729. OLE color: 7318729.

HSL color Cylindrical-coordinate representation of color #C9AC6F: hue angle of 40.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 #C9AC6F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB201172111-
CMYK00.140.450.21
HSL40.67º45.45%61.18%-
HSV(B)40.67º44.78%78.82%-
XYZ41.7143.0721.15-
YUV173.7292.61147.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=41.53%
G=35.54%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117211100.140.450.2140.6745.4561.18
HexC9AC6F0E2D15292d3d
Octal3112541570165525515575
Binary110010011010110011011110111010110110101101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AC6F; }

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

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

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

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

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

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

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

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