#C0A771

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

Shades of Putty #C0A771

Tints of Putty #C0A771

Color information

#C0A771 (or 0xC0A771) is unknown color: approx Putty. HEX triplet: C0, A7 and 71. RGB value is (192,167,113). Sum of RGB (Red+Green+Blue) = 192+167+113=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A771 is #3F588E. Grayscale: #A8A8A8. Windows color (decimal): -4151439 or 7448512. OLE color: 7448512.

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

Color convert

RGB192167113-
CMYK00.130.410.25
HSL41.01º38.54%59.8%-
HSV(B)41.01º41.15%75.29%-
XYZ38.5440.0421.32-
YUV168.3296.78144.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=40.68%
G=35.38%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216711300.130.410.2541.0138.5459.8
HexC0A7710D291929273c
Octal3002471610155131514774
Binary110000001010011111100010110110100111001101001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A771; }

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

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

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

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

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

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

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

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