Shades of Putty #C3A672
Tints of Putty #C3A672
RGB
CMYK
RGB Variations
Color information
#C3A672 (or 0xC3A672) is known color: Putty. HEX triplet: C3, A6 and 72. RGB value is (195,166,114). Sum of RGB (Red+Green+Blue) = 195+166+114=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A672 is #3C598D. Grayscale: #A8A8A8. Windows color (decimal): -3955086 or 7513795. OLE color: 7513795.
HSL color Cylindrical-coordinate representation of color #C3A672: hue angle of 38.52º 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 #C3A672 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 114 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 38.52º | 0.4% | 0.61% | - |
| HSV(B) | 38.52º | 0.42% | 0.76% | - |
| XYZ | 39.18 | 40.09 | 21.59 | - |
| YUV | 168.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 114 | 0 | 0.15 | 0.42 | 0.24 | 38.52 | 0.4 | 0.61 |
| Hex | C3 | A6 | 72 | 0 | F | 2A | 18 | 27 | 28 | 3D |
| Octal | 303 | 246 | 162 | 0 | 17 | 52 | 30 | 47 | 50 | 75 |
| Binary | 11000011 | 10100110 | 1110010 | 0 | 1111 | 101010 | 11000 | 100111 | 101000 | 111101 |
Color Harmonies of #C3A672
Complementary color
Monochromatic Colors of #C3A672
Black with #C3A672
Text Example
Text Example
White with #C3A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A672; }
p { color: rgb(195,166,114); }
H1.HeaderClassName
{
color: #C3A672;
}
.AnyTagClassName
{
color: #C3A672;
}
</style>
background-color css
<style>
a { background-color: #C3A672; }
a { background-color: rgb(195,166,114); }
div.DivClassName
{
background-color: #C3A672;
}
.BgClassName
{
background-color: #C3A672;
}
</style>
border-color css
<style>
span { border-color: #C3A672; }
span { border-color: rgb(195,166,114); }
td.TdClassName
{
border-color: #C3A672;
}
.TagClassName
{
border-color: #C3A672;
}
</style>