Shades of Putty #C1AA6D
Tints of Putty #C1AA6D
RGB
CMYK
RGB Variations
Color information
#C1AA6D (or 0xC1AA6D) is known color: Putty. HEX triplet: C1, AA and 6D. RGB value is (193,170,109). Sum of RGB (Red+Green+Blue) = 193+170+109=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA6D is #3E5592. Grayscale: #AAAAAA. Windows color (decimal): -4085139 or 7187137. OLE color: 7187137.
HSL color Cylindrical-coordinate representation of color #C1AA6D: hue angle of 43.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1AA6D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 109 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.24 |
| HSL | 43.57º | 0.4% | 0.59% | - |
| HSV(B) | 43.57º | 0.44% | 0.76% | - |
| XYZ | 39.13 | 41.19 | 20.36 | - |
| YUV | 169.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 109 | 0 | 0.12 | 0.44 | 0.24 | 43.57 | 0.4 | 0.59 |
| Hex | C1 | AA | 6D | 0 | C | 2C | 18 | 2C | 28 | 3B |
| Octal | 301 | 252 | 155 | 0 | 14 | 54 | 30 | 54 | 50 | 73 |
| Binary | 11000001 | 10101010 | 1101101 | 0 | 1100 | 101100 | 11000 | 101100 | 101000 | 111011 |
Color Harmonies of #C1AA6D
Complementary color
Monochromatic Colors of #C1AA6D
Black with #C1AA6D
Text Example
Text Example
White with #C1AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA6D; }
p { color: rgb(193,170,109); }
H1.HeaderClassName
{
color: #C1AA6D;
}
.AnyTagClassName
{
color: #C1AA6D;
}
</style>
background-color css
<style>
a { background-color: #C1AA6D; }
a { background-color: rgb(193,170,109); }
div.DivClassName
{
background-color: #C1AA6D;
}
.BgClassName
{
background-color: #C1AA6D;
}
</style>
border-color css
<style>
span { border-color: #C1AA6D; }
span { border-color: rgb(193,170,109); }
td.TdClassName
{
border-color: #C1AA6D;
}
.TagClassName
{
border-color: #C1AA6D;
}
</style>