#C5B271

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

Shades of Putty #C5B271

Tints of Putty #C5B271

Color information

#C5B271 (or 0xC5B271) is unknown color: approx Putty. HEX triplet: C5, B2 and 71. RGB value is (197,178,113). Sum of RGB (Red+Green+Blue) = 197+178+113=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B271 is #3A4D8E. Grayscale: #B0B0B0. Windows color (decimal): -3820943 or 7451333. OLE color: 7451333.

HSL color Cylindrical-coordinate representation of color #C5B271: hue angle of 46.43º 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 #C5B271 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197178113-
CMYK00.100.430.23
HSL46.43º42%60.78%-
HSV(B)46.43º42.64%77.25%-
XYZ41.9344.922.08-
YUV176.2792.29142.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=40.37%
G=36.48%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717811300.100.430.2346.434260.78
HexC5B2710A2B172e2a3d
Octal3052621610125327565275
Binary110001011011001011100010101010101110111101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B271; }

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

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

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

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

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

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

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

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