#C7B171

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

Shades of Putty #C7B171

Tints of Putty #C7B171

Color information

#C7B171 (or 0xC7B171) is unknown color: approx Putty. HEX triplet: C7, B1 and 71. RGB value is (199,177,113). Sum of RGB (Red+Green+Blue) = 199+177+113=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B171 is #384E8E. Grayscale: #B0B0B0. Windows color (decimal): -3690127 or 7451079. OLE color: 7451079.

HSL color Cylindrical-coordinate representation of color #C7B171: hue angle of 44.65º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7B171 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199177113-
CMYK00.110.430.22
HSL44.65º43.43%61.18%-
HSV(B)44.65º43.22%78.04%-
XYZ42.2644.7822.04-
YUV176.2892.29144.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=40.70%
G=36.20%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917711300.110.430.2244.6543.4361.18
HexC7B1710B2B162d2b3d
Octal3072611610135326555375
Binary110001111011000111100010101110101110110101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B171; }

 p { color: rgb(199,177,113); }

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

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

 a { background-color: rgb(199,177,113); }

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

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

 span { border-color: rgb(199,177,113); }

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