#C9B76D

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

Shades of Putty #C9B76D

Tints of Putty #C9B76D

Color information

#C9B76D (or 0xC9B76D) is unknown color: approx Putty. HEX triplet: C9, B7 and 6D. RGB value is (201,183,109). Sum of RGB (Red+Green+Blue) = 201+183+109=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76D is #364892. Grayscale: #B4B4B4. Windows color (decimal): -3557523 or 7190473. OLE color: 7190473.

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

Color convert

RGB201183109-
CMYK00.090.460.21
HSL48.26º46%60.78%-
HSV(B)48.26º45.77%78.82%-
XYZ43.7847.3921.31-
YUV179.9587.96143.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=40.77%
G=37.12%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118310900.090.460.2148.264660.78
HexC9B76D092E15302e3d
Octal3112671550115625605675
Binary110010011011011111011010100110111010101110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B76D; }

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

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

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

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

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

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

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

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