#C2A66E

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

Shades of Putty #C2A66E

Tints of Putty #C2A66E

Color information

#C2A66E (or 0xC2A66E) is unknown color: approx Putty. HEX triplet: C2, A6 and 6E. RGB value is (194,166,110). Sum of RGB (Red+Green+Blue) = 194+166+110=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A66E is #3D5991. Grayscale: #A8A8A8. Windows color (decimal): -4020626 or 7251650. OLE color: 7251650.

HSL color Cylindrical-coordinate representation of color #C2A66E: hue angle of 40º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2A66E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194166110-
CMYK00.140.430.24
HSL40º40.78%59.61%-
HSV(B)40º43.3%76.08%-
XYZ38.739.8720.41-
YUV167.9995.28146.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=41.28%
G=35.32%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416611000.140.430.244040.7859.61
HexC2A66E0E2B1828293c
Octal3022461560165330505174
Binary110000101010011011011100111010101111000101000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A66E; }

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

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

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

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

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

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

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

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