#C2A96D

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

Shades of Putty #C2A96D

Tints of Putty #C2A96D

Color information

#C2A96D (or 0xC2A96D) is unknown color: approx Putty. HEX triplet: C2, A9 and 6D. RGB value is (194,169,109). Sum of RGB (Red+Green+Blue) = 194+169+109=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A96D is #3D5692. Grayscale: #A9A9A9. Windows color (decimal): -4019859 or 7186882. OLE color: 7186882.

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

Color convert

RGB194169109-
CMYK00.130.440.24
HSL42.35º41.06%59.41%-
HSV(B)42.35º43.81%76.08%-
XYZ39.240.9520.31-
YUV169.6493.78145.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=41.10%
G=35.81%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416910900.130.440.2442.3541.0659.41
HexC2A96D0D2C182a293b
Octal3022511550155430525173
Binary110000101010100111011010110110110011000101010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A96D; }

 p { color: rgb(194,169,109); }

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

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

 a { background-color: rgb(194,169,109); }

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

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

 span { border-color: rgb(194,169,109); }

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