#C8B171

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

Shades of Putty #C8B171

Tints of Putty #C8B171

Color information

#C8B171 (or 0xC8B171) is unknown color: approx Putty. HEX triplet: C8, B1 and 71. RGB value is (200,177,113). Sum of RGB (Red+Green+Blue) = 200+177+113=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B171 is #374E8E. Grayscale: #B0B0B0. Windows color (decimal): -3624591 or 7451080. OLE color: 7451080.

HSL color Cylindrical-coordinate representation of color #C8B171: hue angle of 44.14º 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 #C8B171 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200177113-
CMYK00.120.440.22
HSL44.14º44.16%61.37%-
HSV(B)44.14º43.5%78.43%-
XYZ42.5244.9222.05-
YUV176.5892.12144.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=40.82%
G=36.12%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017711300.120.440.2244.1444.1661.37
HexC8B1710C2C162c2c3d
Octal3102611610145426545475
Binary110010001011000111100010110010110010110101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B171; }

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

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

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

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

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

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

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

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