Shades of Putty #C3AF72
Tints of Putty #C3AF72
RGB
CMYK
RGB Variations
Color information
#C3AF72 (or 0xC3AF72) is known color: Putty. HEX triplet: C3, AF and 72. RGB value is (195,175,114). Sum of RGB (Red+Green+Blue) = 195+175+114=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF72 is #3C508D. Grayscale: #AEAEAE. Windows color (decimal): -3952782 or 7516099. OLE color: 7516099.
HSL color Cylindrical-coordinate representation of color #C3AF72: hue angle of 45.19º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3AF72 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 114 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.24 |
| HSL | 45.19º | 0.4% | 0.61% | - |
| HSV(B) | 45.19º | 0.42% | 0.76% | - |
| XYZ | 40.87 | 43.48 | 22.16 | - |
| YUV | 174.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 114 | 0 | 0.10 | 0.42 | 0.24 | 45.19 | 0.4 | 0.61 |
| Hex | C3 | AF | 72 | 0 | A | 2A | 18 | 2D | 28 | 3D |
| Octal | 303 | 257 | 162 | 0 | 12 | 52 | 30 | 55 | 50 | 75 |
| Binary | 11000011 | 10101111 | 1110010 | 0 | 1010 | 101010 | 11000 | 101101 | 101000 | 111101 |
Color Harmonies of #C3AF72
Complementary color
Monochromatic Colors of #C3AF72
Black with #C3AF72
Text Example
Text Example
White with #C3AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF72; }
p { color: rgb(195,175,114); }
H1.HeaderClassName
{
color: #C3AF72;
}
.AnyTagClassName
{
color: #C3AF72;
}
</style>
background-color css
<style>
a { background-color: #C3AF72; }
a { background-color: rgb(195,175,114); }
div.DivClassName
{
background-color: #C3AF72;
}
.BgClassName
{
background-color: #C3AF72;
}
</style>
border-color css
<style>
span { border-color: #C3AF72; }
span { border-color: rgb(195,175,114); }
td.TdClassName
{
border-color: #C3AF72;
}
.TagClassName
{
border-color: #C3AF72;
}
</style>