#C8B371

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

Shades of Putty #C8B371

Tints of Putty #C8B371

Color information

#C8B371 (or 0xC8B371) is unknown color: approx Putty. HEX triplet: C8, B3 and 71. RGB value is (200,179,113). Sum of RGB (Red+Green+Blue) = 200+179+113=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B371 is #374C8E. Grayscale: #B2B2B2. Windows color (decimal): -3624079 or 7451592. OLE color: 7451592.

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

Color convert

RGB200179113-
CMYK00.100.440.22
HSL45.52º44.16%61.37%-
HSV(B)45.52º43.5%78.43%-
XYZ42.9245.7122.18-
YUV177.7691.46143.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=40.65%
G=36.38%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017911300.100.440.2245.5244.1661.37
HexC8B3710A2C162e2c3d
Octal3102631610125426565475
Binary110010001011001111100010101010110010110101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B371; }

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

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

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

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

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

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

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

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