#C2A86E

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

Shades of Putty #C2A86E

Tints of Putty #C2A86E

Color information

#C2A86E (or 0xC2A86E) is unknown color: approx Putty. HEX triplet: C2, A8 and 6E. RGB value is (194,168,110). Sum of RGB (Red+Green+Blue) = 194+168+110=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A86E is #3D5791. Grayscale: #A9A9A9. Windows color (decimal): -4020114 or 7252162. OLE color: 7252162.

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

Color convert

RGB194168110-
CMYK00.130.430.24
HSL41.43º40.78%59.61%-
HSV(B)41.43º43.3%76.08%-
XYZ39.0740.620.53-
YUV169.1694.61145.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=41.10%
G=35.59%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416811000.130.430.2441.4340.7859.61
HexC2A86E0D2B1829293c
Octal3022501560155330515174
Binary110000101010100011011100110110101111000101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A86E; }

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

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

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

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

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

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

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

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