#C5AD76

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

Shades of Putty #C5AD76

Tints of Putty #C5AD76

Color information

#C5AD76 (or 0xC5AD76) is unknown color: approx Putty. HEX triplet: C5, AD and 76. RGB value is (197,173,118). Sum of RGB (Red+Green+Blue) = 197+173+118=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD76 is #3A5289. Grayscale: #AEAEAE. Windows color (decimal): -3822218 or 7777733. OLE color: 7777733.

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

Color convert

RGB197173118-
CMYK00.120.400.23
HSL41.77º40.51%61.76%-
HSV(B)41.77º40.1%77.25%-
XYZ41.2443.0723.28-
YUV173.9196.45144.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=40.37%
G=35.45%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717311800.120.400.2341.7740.5161.76
HexC5AD760C28172a293e
Octal3052551660145027525176
Binary110001011010110111101100110010100010111101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AD76; }

 p { color: rgb(197,173,118); }

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

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

 a { background-color: rgb(197,173,118); }

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

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

 span { border-color: rgb(197,173,118); }

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