#C9B16D

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

Shades of Putty #C9B16D

Tints of Putty #C9B16D

Color information

#C9B16D (or 0xC9B16D) is unknown color: approx Putty. HEX triplet: C9, B1 and 6D. RGB value is (201,177,109). Sum of RGB (Red+Green+Blue) = 201+177+109=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B16D is #364E92. Grayscale: #B0B0B0. Windows color (decimal): -3559059 or 7188937. OLE color: 7188937.

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

Color convert

RGB201177109-
CMYK00.120.460.21
HSL44.35º46%60.78%-
HSV(B)44.35º45.77%78.82%-
XYZ42.5744.9720.9-
YUV176.4289.95145.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=41.27%
G=36.34%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117710900.120.460.2144.354660.78
HexC9B16D0C2E152c2e3d
Octal3112611550145625545675
Binary110010011011000111011010110010111010101101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B16D; }

 p { color: rgb(201,177,109); }

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

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

 a { background-color: rgb(201,177,109); }

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

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

 span { border-color: rgb(201,177,109); }

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