#C0A66E

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

Shades of Putty #C0A66E

Tints of Putty #C0A66E

Color information

#C0A66E (or 0xC0A66E) is unknown color: approx Putty. HEX triplet: C0, A6 and 6E. RGB value is (192,166,110). Sum of RGB (Red+Green+Blue) = 192+166+110=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A66E is #3F5991. Grayscale: #A7A7A7. Windows color (decimal): -4151698 or 7251648. OLE color: 7251648.

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

Color convert

RGB192166110-
CMYK00.140.430.25
HSL40.98º39.42%59.22%-
HSV(B)40.98º42.71%75.29%-
XYZ38.1939.620.38-
YUV167.3995.61145.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=41.03%
G=35.47%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216611000.140.430.2540.9839.4259.22
HexC0A66E0E2B1929273b
Octal3002461560165331514773
Binary110000001010011011011100111010101111001101001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A66E; }

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

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

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

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

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

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

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

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