#C5AF73

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

Shades of Putty #C5AF73

Tints of Putty #C5AF73

Color information

#C5AF73 (or 0xC5AF73) is unknown color: approx Putty. HEX triplet: C5, AF and 73. RGB value is (197,175,115). Sum of RGB (Red+Green+Blue) = 197+175+115=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF73 is #3A508C. Grayscale: #AFAFAF. Windows color (decimal): -3821709 or 7581637. OLE color: 7581637.

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

Color convert

RGB197175115-
CMYK00.110.420.23
HSL43.9º41.41%61.18%-
HSV(B)43.9º41.62%77.25%-
XYZ41.4543.7722.48-
YUV174.7494.29143.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 115 (45.31% from 255) = 23.61%
R=40.45%
G=35.93%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717511500.110.420.2343.941.4161.18
HexC5AF730B2A172c293d
Octal3052571630135227545175
Binary110001011010111111100110101110101010111101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF73; }

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

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

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

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

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

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

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

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