#C9B870

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

Shades of Putty #C9B870

Tints of Putty #C9B870

Color information

#C9B870 (or 0xC9B870) is unknown color: approx Putty. HEX triplet: C9, B8 and 70. RGB value is (201,184,112). Sum of RGB (Red+Green+Blue) = 201+184+112=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B870 is #36478F. Grayscale: #B5B5B5. Windows color (decimal): -3557264 or 7387337. OLE color: 7387337.

HSL color Cylindrical-coordinate representation of color #C9B870: hue angle of 48.54º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9B870 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201184112-
CMYK00.080.440.21
HSL48.54º45.18%61.37%-
HSV(B)48.54º44.28%78.82%-
XYZ44.1547.8722.24-
YUV180.8889.13142.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=40.44%
G=37.02%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118411200.080.440.2148.5445.1861.37
HexC9B870082C15312d3d
Octal3112701600105425615575
Binary110010011011100011100000100010110010101110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B870; }

 p { color: rgb(201,184,112); }

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

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

 a { background-color: rgb(201,184,112); }

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

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

 span { border-color: rgb(201,184,112); }

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