#C5A976

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

Shades of Putty #C5A976

Tints of Putty #C5A976

Color information

#C5A976 (or 0xC5A976) is unknown color: approx Putty. HEX triplet: C5, A9 and 76. RGB value is (197,169,118). Sum of RGB (Red+Green+Blue) = 197+169+118=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A976 is #3A5689. Grayscale: #ABABAB. Windows color (decimal): -3823242 or 7776709. OLE color: 7776709.

HSL color Cylindrical-coordinate representation of color #C5A976: hue angle of 38.73º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5A976 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197169118-
CMYK00.140.400.23
HSL38.73º40.51%61.76%-
HSV(B)38.73º40.1%77.25%-
XYZ40.4841.5523.03-
YUV171.5697.78146.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=40.70%
G=34.92%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716911800.140.400.2338.7340.5161.76
HexC5A9760E281727293e
Octal3052511660165027475176
Binary110001011010100111101100111010100010111100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A976; }

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

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

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

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

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

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

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

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