#C0AD6E

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

Shades of Putty #C0AD6E

Tints of Putty #C0AD6E

Color information

#C0AD6E (or 0xC0AD6E) is unknown color: approx Putty. HEX triplet: C0, AD and 6E. RGB value is (192,173,110). Sum of RGB (Red+Green+Blue) = 192+173+110=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD6E is #3F5291. Grayscale: #ABABAB. Windows color (decimal): -4149906 or 7253440. OLE color: 7253440.

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

Color convert

RGB192173110-
CMYK00.100.430.25
HSL46.1º39.42%59.22%-
HSV(B)46.1º42.71%75.29%-
XYZ39.542.2220.82-
YUV171.593.29142.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=40.42%
G=36.42%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217311000.100.430.2546.139.4259.22
HexC0AD6E0A2B192e273b
Octal3002551560125331564773
Binary110000001010110111011100101010101111001101110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD6E; }

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

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

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

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

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

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

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

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