#C8B175

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

Shades of Putty #C8B175

Tints of Putty #C8B175

Color information

#C8B175 (or 0xC8B175) is unknown color: approx Putty. HEX triplet: C8, B1 and 75. RGB value is (200,177,117). Sum of RGB (Red+Green+Blue) = 200+177+117=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B175 is #374E8A. Grayscale: #B1B1B1. Windows color (decimal): -3624587 or 7713224. OLE color: 7713224.

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

Color convert

RGB200177117-
CMYK00.120.420.22
HSL43.37º43.01%62.16%-
HSV(B)43.37º41.5%78.43%-
XYZ42.7545.0123.26-
YUV177.0494.12144.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=40.49%
G=35.83%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017711700.120.420.2243.3743.0162.16
HexC8B1750C2A162b2b3e
Octal3102611650145226535376
Binary110010001011000111101010110010101010110101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B175; }

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

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

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

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

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

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

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

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