#C9B76F

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

Shades of Putty #C9B76F

Tints of Putty #C9B76F

Color information

#C9B76F (or 0xC9B76F) is unknown color: approx Putty. HEX triplet: C9, B7 and 6F. RGB value is (201,183,111). Sum of RGB (Red+Green+Blue) = 201+183+111=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76F is #364890. Grayscale: #B4B4B4. Windows color (decimal): -3557521 or 7321545. OLE color: 7321545.

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

Color convert

RGB201183111-
CMYK00.090.450.21
HSL48º45.45%61.18%-
HSV(B)48º44.78%78.82%-
XYZ43.8947.4321.88-
YUV180.1788.96142.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=40.61%
G=36.97%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118311100.090.450.214845.4561.18
HexC9B76F092D15302d3d
Octal3112671570115525605575
Binary110010011011011111011110100110110110101110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B76F; }

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

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

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

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

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

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

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

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