#C5A96A

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

Shades of Putty #C5A96A

Tints of Putty #C5A96A

Color information

#C5A96A (or 0xC5A96A) is unknown color: approx Putty. HEX triplet: C5, A9 and 6A. RGB value is (197,169,106). Sum of RGB (Red+Green+Blue) = 197+169+106=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A96A is #3A5695. Grayscale: #AAAAAA. Windows color (decimal): -3823254 or 6990277. OLE color: 6990277.

HSL color Cylindrical-coordinate representation of color #C5A96A: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5A96A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB197169106-
CMYK00.140.460.23
HSL41.54º43.96%59.41%-
HSV(B)41.54º46.19%77.25%-
XYZ39.8241.2919.51-
YUV170.1991.78147.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=41.74%
G=35.81%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716910600.140.460.2341.5443.9659.41
HexC5A96A0E2E172a2c3b
Octal3052511520165627525473
Binary110001011010100111010100111010111010111101010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A96A; }

 p { color: rgb(197,169,106); }

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

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

 a { background-color: rgb(197,169,106); }

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

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

 span { border-color: rgb(197,169,106); }

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