#C9B46E

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

Shades of Putty #C9B46E

Tints of Putty #C9B46E

Color information

#C9B46E (or 0xC9B46E) is unknown color: approx Putty. HEX triplet: C9, B4 and 6E. RGB value is (201,180,110). Sum of RGB (Red+Green+Blue) = 201+180+110=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B46E is #364B91. Grayscale: #B2B2B2. Windows color (decimal): -3558290 or 7255241. OLE color: 7255241.

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

Color convert

RGB201180110-
CMYK00.100.450.21
HSL46.15º45.73%60.98%-
HSV(B)46.15º45.27%78.82%-
XYZ43.2246.1921.39-
YUV178.389.46144.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=40.94%
G=36.66%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118011000.100.450.2146.1545.7360.98
HexC9B46E0A2D152e2e3d
Octal3112641560125525565675
Binary110010011011010011011100101010110110101101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B46E; }

 p { color: rgb(201,180,110); }

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

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

 a { background-color: rgb(201,180,110); }

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

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

 span { border-color: rgb(201,180,110); }

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