Shades of Putty #C3A86F
Tints of Putty #C3A86F
RGB
CMYK
RGB Variations
Color information
#C3A86F (or 0xC3A86F) is known color: Putty. HEX triplet: C3, A8 and 6F. RGB value is (195,168,111). Sum of RGB (Red+Green+Blue) = 195+168+111=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A86F is #3C5790. Grayscale: #A9A9A9. Windows color (decimal): -3954577 or 7317699. OLE color: 7317699.
HSL color Cylindrical-coordinate representation of color #C3A86F: hue angle of 40.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3A86F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 111 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.24 |
| HSL | 40.71º | 0.41% | 0.6% | - |
| HSV(B) | 40.71º | 0.43% | 0.76% | - |
| XYZ | 39.38 | 40.76 | 20.83 | - |
| YUV | 169.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 111 | 0 | 0.14 | 0.43 | 0.24 | 40.71 | 0.41 | 0.6 |
| Hex | C3 | A8 | 6F | 0 | E | 2B | 18 | 29 | 29 | 3C |
| Octal | 303 | 250 | 157 | 0 | 16 | 53 | 30 | 51 | 51 | 74 |
| Binary | 11000011 | 10101000 | 1101111 | 0 | 1110 | 101011 | 11000 | 101001 | 101001 | 111100 |
Color Harmonies of #C3A86F
Complementary color
Monochromatic Colors of #C3A86F
Black with #C3A86F
Text Example
Text Example
White with #C3A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A86F; }
p { color: rgb(195,168,111); }
H1.HeaderClassName
{
color: #C3A86F;
}
.AnyTagClassName
{
color: #C3A86F;
}
</style>
background-color css
<style>
a { background-color: #C3A86F; }
a { background-color: rgb(195,168,111); }
div.DivClassName
{
background-color: #C3A86F;
}
.BgClassName
{
background-color: #C3A86F;
}
</style>
border-color css
<style>
span { border-color: #C3A86F; }
span { border-color: rgb(195,168,111); }
td.TdClassName
{
border-color: #C3A86F;
}
.TagClassName
{
border-color: #C3A86F;
}
</style>