#C0AD71

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

Shades of Putty #C0AD71

Tints of Putty #C0AD71

Color information

#C0AD71 (or 0xC0AD71) is unknown color: approx Putty. HEX triplet: C0, AD and 71. RGB value is (192,173,113). Sum of RGB (Red+Green+Blue) = 192+173+113=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD71 is #3F528E. Grayscale: #ACACAC. Windows color (decimal): -4149903 or 7450048. OLE color: 7450048.

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

Color convert

RGB192173113-
CMYK00.100.410.25
HSL45.57º38.54%59.8%-
HSV(B)45.57º41.15%75.29%-
XYZ39.6642.2921.69-
YUV171.8494.79142.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=40.17%
G=36.19%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217311300.100.410.2545.5738.5459.8
HexC0AD710A29192e273c
Octal3002551610125131564774
Binary110000001010110111100010101010100111001101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD71; }

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

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

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

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

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

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

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

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