#C7B170

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

Shades of Putty #C7B170

Tints of Putty #C7B170

Color information

#C7B170 (or 0xC7B170) is unknown color: approx Putty. HEX triplet: C7, B1 and 70. RGB value is (199,177,112). Sum of RGB (Red+Green+Blue) = 199+177+112=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B170 is #384E8F. Grayscale: #B0B0B0. Windows color (decimal): -3690128 or 7385543. OLE color: 7385543.

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

Color convert

RGB199177112-
CMYK00.110.440.22
HSL44.83º43.72%60.98%-
HSV(B)44.83º43.72%78.04%-
XYZ42.244.7621.74-
YUV176.1791.79144.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=40.78%
G=36.27%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917711200.110.440.2244.8343.7260.98
HexC7B1700B2C162d2c3d
Octal3072611600135426555475
Binary110001111011000111100000101110110010110101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B170; }

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

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

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

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

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

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

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

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