#C0AA74

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

Shades of Putty #C0AA74

Tints of Putty #C0AA74

Color information

#C0AA74 (or 0xC0AA74) is unknown color: approx Putty. HEX triplet: C0, AA and 74. RGB value is (192,170,116). Sum of RGB (Red+Green+Blue) = 192+170+116=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA74 is #3F558B. Grayscale: #AAAAAA. Windows color (decimal): -4150668 or 7645888. OLE color: 7645888.

HSL color Cylindrical-coordinate representation of color #C0AA74: hue angle of 42.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0AA74 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192170116-
CMYK00.110.400.25
HSL42.63º37.62%60.39%-
HSV(B)42.63º39.58%75.29%-
XYZ39.2741.2222.41-
YUV170.4297.29143.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=40.17%
G=35.56%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217011600.110.400.2542.6337.6260.39
HexC0AA740B28192b263c
Octal3002521640135031534674
Binary110000001010101011101000101110100011001101011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA74; }

 p { color: rgb(192,170,116); }

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

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

 a { background-color: rgb(192,170,116); }

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

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

 span { border-color: rgb(192,170,116); }

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