Shades of Putty #C3A872
Tints of Putty #C3A872
RGB
CMYK
RGB Variations
Color information
#C3A872 (or 0xC3A872) is known color: Putty. HEX triplet: C3, A8 and 72. RGB value is (195,168,114). Sum of RGB (Red+Green+Blue) = 195+168+114=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A872 is #3C578D. Grayscale: #AAAAAA. Windows color (decimal): -3954574 or 7514307. OLE color: 7514307.
HSL color Cylindrical-coordinate representation of color #C3A872: hue angle of 40º 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 #C3A872 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 114 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.24 |
| HSL | 40º | 0.4% | 0.61% | - |
| HSV(B) | 40º | 0.42% | 0.76% | - |
| XYZ | 39.55 | 40.82 | 21.71 | - |
| YUV | 169.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 114 | 0 | 0.14 | 0.42 | 0.24 | 40 | 0.4 | 0.61 |
| Hex | C3 | A8 | 72 | 0 | E | 2A | 18 | 28 | 28 | 3D |
| Octal | 303 | 250 | 162 | 0 | 16 | 52 | 30 | 50 | 50 | 75 |
| Binary | 11000011 | 10101000 | 1110010 | 0 | 1110 | 101010 | 11000 | 101000 | 101000 | 111101 |
Color Harmonies of #C3A872
Complementary color
Monochromatic Colors of #C3A872
Black with #C3A872
Text Example
Text Example
White with #C3A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A872; }
p { color: rgb(195,168,114); }
H1.HeaderClassName
{
color: #C3A872;
}
.AnyTagClassName
{
color: #C3A872;
}
</style>
background-color css
<style>
a { background-color: #C3A872; }
a { background-color: rgb(195,168,114); }
div.DivClassName
{
background-color: #C3A872;
}
.BgClassName
{
background-color: #C3A872;
}
</style>
border-color css
<style>
span { border-color: #C3A872; }
span { border-color: rgb(195,168,114); }
td.TdClassName
{
border-color: #C3A872;
}
.TagClassName
{
border-color: #C3A872;
}
</style>