#C5AF6B

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

Shades of Putty #C5AF6B

Tints of Putty #C5AF6B

Color information

#C5AF6B (or 0xC5AF6B) is unknown color: approx Putty. HEX triplet: C5, AF and 6B. RGB value is (197,175,107). Sum of RGB (Red+Green+Blue) = 197+175+107=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF6B is #3A5094. Grayscale: #AEAEAE. Windows color (decimal): -3821717 or 7057349. OLE color: 7057349.

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

Color convert

RGB197175107-
CMYK00.110.460.23
HSL45.33º43.69%59.61%-
HSV(B)45.33º45.69%77.25%-
XYZ41.0143.5920.16-
YUV173.8390.29144.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=41.13%
G=36.53%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717510700.110.460.2345.3343.6959.61
HexC5AF6B0B2E172d2c3c
Octal3052571530135627555474
Binary110001011010111111010110101110111010111101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF6B; }

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

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

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

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

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

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

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

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