#c9af70

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

Shades of Putty #C9AF70

Tints of Putty #C9AF70

Color information

#C9AF70 (or 0xC9AF70) is unknown color: approx Putty. HEX triplet: C9, AF and 70. RGB value is (201,175,112). Sum of RGB (Red+Green+Blue) = 201+175+112=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF70 is #36508F. Grayscale: #AFAFAF. Windows color (decimal): -3559568 or 7385033. OLE color: 7385033.

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

Color convert

RGB201175112-
CMYK00.130.440.21
HSL42.47º45.18%61.37%-
HSV(B)42.47º44.28%78.82%-
XYZ42.3444.2521.64-
YUV175.5992.11146.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=41.19%
G=35.86%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117511200.130.440.2142.4745.1861.37
HexC9AF700D2C152a2d3d
Octal3112571600155425525575
Binary110010011010111111100000110110110010101101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9af70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9af70; }

 p { color: rgb(201,175,112); }

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

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

 a { background-color: rgb(201,175,112); }

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

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

 span { border-color: rgb(201,175,112); }

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