#C8B771

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

Shades of Putty #C8B771

Tints of Putty #C8B771

Color information

#C8B771 (or 0xC8B771) is unknown color: approx Putty. HEX triplet: C8, B7 and 71. RGB value is (200,183,113). Sum of RGB (Red+Green+Blue) = 200+183+113=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B771 is #37488E. Grayscale: #B4B4B4. Windows color (decimal): -3623055 or 7452616. OLE color: 7452616.

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

Color convert

RGB200183113-
CMYK00.080.440.22
HSL48.28º44.16%61.37%-
HSV(B)48.28º43.5%78.43%-
XYZ43.7347.3422.46-
YUV180.190.13142.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=40.32%
G=36.90%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018311300.080.440.2248.2844.1661.37
HexC8B771082C16302c3d
Octal3102671610105426605475
Binary110010001011011111100010100010110010110110000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B771; }

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

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

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

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

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

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

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

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