#C5AF6C

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

Shades of Putty #C5AF6C

Tints of Putty #C5AF6C

Color information

#C5AF6C (or 0xC5AF6C) is unknown color: approx Putty. HEX triplet: C5, AF and 6C. RGB value is (197,175,108). Sum of RGB (Red+Green+Blue) = 197+175+108=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF6C is #3A5093. Grayscale: #AEAEAE. Windows color (decimal): -3821716 or 7122885. OLE color: 7122885.

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

Color convert

RGB197175108-
CMYK00.110.450.23
HSL45.17º43.41%59.8%-
HSV(B)45.17º45.18%77.25%-
XYZ41.0643.6120.44-
YUV173.9490.79144.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=41.04%
G=36.46%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717510800.110.450.2345.1743.4159.8
HexC5AF6C0B2D172d2b3c
Octal3052571540135527555374
Binary110001011010111111011000101110110110111101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF6C; }

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

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

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

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

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

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

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

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