#C9B46C

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

Shades of Putty #C9B46C

Tints of Putty #C9B46C

Color information

#C9B46C (or 0xC9B46C) is unknown color: approx Putty. HEX triplet: C9, B4 and 6C. RGB value is (201,180,108). Sum of RGB (Red+Green+Blue) = 201+180+108=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B46C is #364B93. Grayscale: #B2B2B2. Windows color (decimal): -3558292 or 7124169. OLE color: 7124169.

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

Color convert

RGB201180108-
CMYK00.100.460.21
HSL46.45º46.27%60.59%-
HSV(B)46.45º46.27%78.82%-
XYZ43.1246.1420.82-
YUV178.0788.46144.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=41.10%
G=36.81%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118010800.100.460.2146.4546.2760.59
HexC9B46C0A2E152e2e3d
Octal3112641540125625565675
Binary110010011011010011011000101010111010101101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B46C; }

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

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

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

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

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

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

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

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