#C9B36A

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

Shades of Putty #C9B36A

Tints of Putty #C9B36A

Color information

#C9B36A (or 0xC9B36A) is unknown color: approx Putty. HEX triplet: C9, B3 and 6A. RGB value is (201,179,106). Sum of RGB (Red+Green+Blue) = 201+179+106=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B36A is #364C95. Grayscale: #B1B1B1. Windows color (decimal): -3558550 or 6992841. OLE color: 6992841.

HSL color Cylindrical-coordinate representation of color #C9B36A: hue angle of 46.11º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9B36A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201179106-
CMYK00.110.470.21
HSL46.11º46.8%60.2%-
HSV(B)46.11º47.26%78.82%-
XYZ42.8145.720.2-
YUV177.2687.79144.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=41.36%
G=36.83%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117910600.110.470.2146.1146.860.2
HexC9B36A0B2F152e2f3c
Octal3112631520135725565774
Binary110010011011001111010100101110111110101101110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B36A; }

 p { color: rgb(201,179,106); }

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

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

 a { background-color: rgb(201,179,106); }

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

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

 span { border-color: rgb(201,179,106); }

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