#C9B470

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

Shades of Putty #C9B470

Tints of Putty #C9B470

Color information

#C9B470 (or 0xC9B470) is unknown color: approx Putty. HEX triplet: C9, B4 and 70. RGB value is (201,180,112). Sum of RGB (Red+Green+Blue) = 201+180+112=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B470 is #364B8F. Grayscale: #B2B2B2. Windows color (decimal): -3558288 or 7386313. OLE color: 7386313.

HSL color Cylindrical-coordinate representation of color #C9B470: hue angle of 45.84º 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 #C9B470 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201180112-
CMYK00.100.440.21
HSL45.84º45.18%61.37%-
HSV(B)45.84º44.28%78.82%-
XYZ43.3346.2321.97-
YUV178.5390.46144.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=40.77%
G=36.51%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118011200.100.440.2145.8445.1861.37
HexC9B4700A2C152e2d3d
Octal3112641600125425565575
Binary110010011011010011100000101010110010101101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B470; }

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

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

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

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

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

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

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

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