#C0A871

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

Shades of Putty #C0A871

Tints of Putty #C0A871

Color information

#C0A871 (or 0xC0A871) is unknown color: approx Putty. HEX triplet: C0, A8 and 71. RGB value is (192,168,113). Sum of RGB (Red+Green+Blue) = 192+168+113=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A871 is #3F578E. Grayscale: #A9A9A9. Windows color (decimal): -4151183 or 7448768. OLE color: 7448768.

HSL color Cylindrical-coordinate representation of color #C0A871: hue angle of 41.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0A871 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192168113-
CMYK00.120.410.25
HSL41.77º38.54%59.8%-
HSV(B)41.77º41.15%75.29%-
XYZ38.7240.421.38-
YUV168.9196.45144.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=40.59%
G=35.52%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216811300.120.410.2541.7738.5459.8
HexC0A8710C29192a273c
Octal3002501610145131524774
Binary110000001010100011100010110010100111001101010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A871; }

 p { color: rgb(192,168,113); }

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

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

 a { background-color: rgb(192,168,113); }

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

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

 span { border-color: rgb(192,168,113); }

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