#C9B26F

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

Shades of Putty #C9B26F

Tints of Putty #C9B26F

Color information

#C9B26F (or 0xC9B26F) is unknown color: approx Putty. HEX triplet: C9, B2 and 6F. RGB value is (201,178,111). Sum of RGB (Red+Green+Blue) = 201+178+111=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B26F is #364D90. Grayscale: #B1B1B1. Windows color (decimal): -3558801 or 7320265. OLE color: 7320265.

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

Color convert

RGB201178111-
CMYK00.110.450.21
HSL44.67º45.45%61.18%-
HSV(B)44.67º44.78%78.82%-
XYZ42.8845.4121.54-
YUV177.2490.62144.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=41.02%
G=36.33%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117811100.110.450.2144.6745.4561.18
HexC9B26F0B2D152d2d3d
Octal3112621570135525555575
Binary110010011011001011011110101110110110101101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B26F; }

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

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

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

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

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

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

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

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