#C5B471

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

Shades of Putty #C5B471

Tints of Putty #C5B471

Color information

#C5B471 (or 0xC5B471) is unknown color: approx Putty. HEX triplet: C5, B4 and 71. RGB value is (197,180,113). Sum of RGB (Red+Green+Blue) = 197+180+113=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B471 is #3A4B8E. Grayscale: #B1B1B1. Windows color (decimal): -3820431 or 7451845. OLE color: 7451845.

HSL color Cylindrical-coordinate representation of color #C5B471: hue angle of 47.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5B471 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197180113-
CMYK00.090.430.23
HSL47.86º42%60.78%-
HSV(B)47.86º42.64%77.25%-
XYZ42.3345.7122.21-
YUV177.4491.63141.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=40.20%
G=36.73%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718011300.090.430.2347.864260.78
HexC5B471092B17302a3d
Octal3052641610115327605275
Binary110001011011010011100010100110101110111110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B471; }

 p { color: rgb(197,180,113); }

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

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

 a { background-color: rgb(197,180,113); }

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

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

 span { border-color: rgb(197,180,113); }

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