#C0A971

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

Shades of Putty #C0A971

Tints of Putty #C0A971

Color information

#C0A971 (or 0xC0A971) is unknown color: approx Putty. HEX triplet: C0, A9 and 71. RGB value is (192,169,113). Sum of RGB (Red+Green+Blue) = 192+169+113=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A971 is #3F568E. Grayscale: #A9A9A9. Windows color (decimal): -4150927 or 7449024. OLE color: 7449024.

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

Color convert

RGB192169113-
CMYK00.120.410.25
HSL42.53º38.54%59.8%-
HSV(B)42.53º41.15%75.29%-
XYZ38.9140.7721.44-
YUV169.4996.12144.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=40.51%
G=35.65%
B=23.84%

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
Decimal19216911300.120.410.2542.5338.5459.8
HexC0A9710C29192b273c
Octal3002511610145131534774
Binary110000001010100111100010110010100111001101011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A971; }

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

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

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

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

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

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

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

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