Shades of Putty #C3A671
Tints of Putty #C3A671
RGB
CMYK
RGB Variations
Color information
#C3A671 (or 0xC3A671) is known color: Putty. HEX triplet: C3, A6 and 71. RGB value is (195,166,113). Sum of RGB (Red+Green+Blue) = 195+166+113=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A671 is #3C598E. Grayscale: #A8A8A8. Windows color (decimal): -3955087 or 7448259. OLE color: 7448259.
HSL color Cylindrical-coordinate representation of color #C3A671: hue angle of 38.78º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3A671 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 113 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 38.78º | 0.41% | 0.6% | - |
| HSV(B) | 38.78º | 0.42% | 0.76% | - |
| XYZ | 39.12 | 40.07 | 21.29 | - |
| YUV | 168.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 113 | 0 | 0.15 | 0.42 | 0.24 | 38.78 | 0.41 | 0.6 |
| Hex | C3 | A6 | 71 | 0 | F | 2A | 18 | 27 | 29 | 3C |
| Octal | 303 | 246 | 161 | 0 | 17 | 52 | 30 | 47 | 51 | 74 |
| Binary | 11000011 | 10100110 | 1110001 | 0 | 1111 | 101010 | 11000 | 100111 | 101001 | 111100 |
Color Harmonies of #C3A671
Complementary color
Monochromatic Colors of #C3A671
Black with #C3A671
Text Example
Text Example
White with #C3A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A671; }
p { color: rgb(195,166,113); }
H1.HeaderClassName
{
color: #C3A671;
}
.AnyTagClassName
{
color: #C3A671;
}
</style>
background-color css
<style>
a { background-color: #C3A671; }
a { background-color: rgb(195,166,113); }
div.DivClassName
{
background-color: #C3A671;
}
.BgClassName
{
background-color: #C3A671;
}
</style>
border-color css
<style>
span { border-color: #C3A671; }
span { border-color: rgb(195,166,113); }
td.TdClassName
{
border-color: #C3A671;
}
.TagClassName
{
border-color: #C3A671;
}
</style>