#C5AF74

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

Shades of Putty #C5AF74

Tints of Putty #C5AF74

Color information

#C5AF74 (or 0xC5AF74) is unknown color: approx Putty. HEX triplet: C5, AF and 74. RGB value is (197,175,116). Sum of RGB (Red+Green+Blue) = 197+175+116=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF74 is #3A508B. Grayscale: #AFAFAF. Windows color (decimal): -3821708 or 7647173. OLE color: 7647173.

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

Color convert

RGB197175116-
CMYK00.110.410.23
HSL43.7º41.12%61.37%-
HSV(B)43.7º41.12%77.25%-
XYZ41.5143.7922.79-
YUV174.8594.79143.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=40.37%
G=35.86%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717511600.110.410.2343.741.1261.37
HexC5AF740B29172c293d
Octal3052571640135127545175
Binary110001011010111111101000101110100110111101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF74; }

 p { color: rgb(197,175,116); }

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

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

 a { background-color: rgb(197,175,116); }

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

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

 span { border-color: rgb(197,175,116); }

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