Shades of Putty #C5A66A
Tints of Putty #C5A66A
RGB
CMYK
RGB Variations
Color information
#C5A66A (or 0xC5A66A) is known color: Putty. HEX triplet: C5, A6 and 6A. RGB value is (197,166,106). Sum of RGB (Red+Green+Blue) = 197+166+106=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A66A is #3A5995. Grayscale: #A8A8A8. Windows color (decimal): -3824022 or 6989509. OLE color: 6989509.
HSL color Cylindrical-coordinate representation of color #C5A66A: hue angle of 39.56º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5A66A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 106 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.23 |
| HSL | 39.56º | 0.44% | 0.59% | - |
| HSV(B) | 39.56º | 0.46% | 0.77% | - |
| XYZ | 39.26 | 40.18 | 19.32 | - |
| YUV | 168.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 106 | 0 | 0.16 | 0.46 | 0.23 | 39.56 | 0.44 | 0.59 |
| Hex | C5 | A6 | 6A | 0 | 10 | 2E | 17 | 28 | 2C | 3B |
| Octal | 305 | 246 | 152 | 0 | 20 | 56 | 27 | 50 | 54 | 73 |
| Binary | 11000101 | 10100110 | 1101010 | 0 | 10000 | 101110 | 10111 | 101000 | 101100 | 111011 |
Color Harmonies of #C5A66A
Complementary color
Monochromatic Colors of #C5A66A
Black with #C5A66A
Text Example
Text Example
White with #C5A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A66A; }
p { color: rgb(197,166,106); }
H1.HeaderClassName
{
color: #C5A66A;
}
.AnyTagClassName
{
color: #C5A66A;
}
</style>
background-color css
<style>
a { background-color: #C5A66A; }
a { background-color: rgb(197,166,106); }
div.DivClassName
{
background-color: #C5A66A;
}
.BgClassName
{
background-color: #C5A66A;
}
</style>
border-color css
<style>
span { border-color: #C5A66A; }
span { border-color: rgb(197,166,106); }
td.TdClassName
{
border-color: #C5A66A;
}
.TagClassName
{
border-color: #C5A66A;
}
</style>