#C5A977

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

Shades of Putty #C5A977

Tints of Putty #C5A977

Color information

#C5A977 (or 0xC5A977) is unknown color: approx Putty. HEX triplet: C5, A9 and 77. RGB value is (197,169,119). Sum of RGB (Red+Green+Blue) = 197+169+119=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A977 is #3A5688. Grayscale: #ABABAB. Windows color (decimal): -3823241 or 7842245. OLE color: 7842245.

HSL color Cylindrical-coordinate representation of color #C5A977: hue angle of 38.46º degrees, saturation: 0.4, 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 #C5A977 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197169119-
CMYK00.140.400.23
HSL38.46º40.21%61.96%-
HSV(B)38.46º39.59%77.25%-
XYZ40.5441.5823.34-
YUV171.6798.28146.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.62%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=40.62%
G=34.85%
B=24.54%

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
Decimal19716911900.140.400.2338.4640.2161.96
HexC5A9770E281726283e
Octal3052511670165027465076
Binary110001011010100111101110111010100010111100110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A977; }

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

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

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

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

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

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

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

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