Shades of Putty #C2A975
Tints of Putty #C2A975
RGB
CMYK
RGB Variations
Color information
#C2A975 (or 0xC2A975) is known color: Putty. HEX triplet: C2, A9 and 75. RGB value is (194,169,117). Sum of RGB (Red+Green+Blue) = 194+169+117=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A975 is #3D568A. Grayscale: #AAAAAA. Windows color (decimal): -4019851 or 7711170. OLE color: 7711170.
HSL color Cylindrical-coordinate representation of color #C2A975: hue angle of 40.52º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2A975 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 117 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.24 |
| HSL | 40.52º | 0.39% | 0.61% | - |
| HSV(B) | 40.52º | 0.4% | 0.76% | - |
| XYZ | 39.65 | 41.13 | 22.68 | - |
| YUV | 170.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 117 | 0 | 0.13 | 0.40 | 0.24 | 40.52 | 0.39 | 0.61 |
| Hex | C2 | A9 | 75 | 0 | D | 28 | 18 | 29 | 27 | 3D |
| Octal | 302 | 251 | 165 | 0 | 15 | 50 | 30 | 51 | 47 | 75 |
| Binary | 11000010 | 10101001 | 1110101 | 0 | 1101 | 101000 | 11000 | 101001 | 100111 | 111101 |
Color Harmonies of #C2A975
Complementary color
Monochromatic Colors of #C2A975
Black with #C2A975
Text Example
Text Example
White with #C2A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A975; }
p { color: rgb(194,169,117); }
H1.HeaderClassName
{
color: #C2A975;
}
.AnyTagClassName
{
color: #C2A975;
}
</style>
background-color css
<style>
a { background-color: #C2A975; }
a { background-color: rgb(194,169,117); }
div.DivClassName
{
background-color: #C2A975;
}
.BgClassName
{
background-color: #C2A975;
}
</style>
border-color css
<style>
span { border-color: #C2A975; }
span { border-color: rgb(194,169,117); }
td.TdClassName
{
border-color: #C2A975;
}
.TagClassName
{
border-color: #C2A975;
}
</style>