Shades of Putty #C3A975
Tints of Putty #C3A975
RGB
CMYK
RGB Variations
Color information
#C3A975 (or 0xC3A975) is known color: Putty. HEX triplet: C3, A9 and 75. RGB value is (195,169,117). Sum of RGB (Red+Green+Blue) = 195+169+117=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A975 is #3C568A. Grayscale: #ABABAB. Windows color (decimal): -3954315 or 7711171. OLE color: 7711171.
HSL color Cylindrical-coordinate representation of color #C3A975: hue angle of 40º 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 #C3A975 is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 117 | - |
| CMYK | 0 | 0.13 | 0.4 | 0.24 |
| HSL | 40º | 0.39% | 0.61% | - |
| HSV(B) | 40º | 0.4% | 0.76% | - |
| XYZ | 39.9 | 41.26 | 22.69 | - |
| YUV | 170.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 117 | 0 | 0.13 | 0.4 | 0.24 | 40 | 0.39 | 0.61 |
| Hex | C3 | A9 | 75 | 0 | D | 28 | 18 | 28 | 27 | 3D |
| Octal | 303 | 251 | 165 | 0 | 15 | 50 | 30 | 50 | 47 | 75 |
| Binary | 11000011 | 10101001 | 1110101 | 0 | 1101 | 101000 | 11000 | 101000 | 100111 | 111101 |
Color Harmonies of #C3A975
Complementary color
Monochromatic Colors of #C3A975
Black with #C3A975
Text Example
Text Example
White with #C3A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A975; }
p { color: rgb(195,169,117); }
H1.HeaderClassName
{
color: #C3A975;
}
.AnyTagClassName
{
color: #C3A975;
}
</style>
background-color css
<style>
a { background-color: #C3A975; }
a { background-color: rgb(195,169,117); }
div.DivClassName
{
background-color: #C3A975;
}
.BgClassName
{
background-color: #C3A975;
}
</style>
border-color css
<style>
span { border-color: #C3A975; }
span { border-color: rgb(195,169,117); }
td.TdClassName
{
border-color: #C3A975;
}
.TagClassName
{
border-color: #C3A975;
}
</style>