Shades of Putty #C3A76D
Tints of Putty #C3A76D
RGB
CMYK
RGB Variations
Color information
#C3A76D (or 0xC3A76D) is known color: Putty. HEX triplet: C3, A7 and 6D. RGB value is (195,167,109). Sum of RGB (Red+Green+Blue) = 195+167+109=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76D is #3C5892. Grayscale: #A9A9A9. Windows color (decimal): -3954835 or 7186371. OLE color: 7186371.
HSL color Cylindrical-coordinate representation of color #C3A76D: hue angle of 40.47º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3A76D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 109 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.24 |
| HSL | 40.47º | 0.42% | 0.6% | - |
| HSV(B) | 40.47º | 0.44% | 0.76% | - |
| XYZ | 39.08 | 40.34 | 20.2 | - |
| YUV | 168.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 109 | 0 | 0.14 | 0.44 | 0.24 | 40.47 | 0.42 | 0.6 |
| Hex | C3 | A7 | 6D | 0 | E | 2C | 18 | 28 | 2A | 3C |
| Octal | 303 | 247 | 155 | 0 | 16 | 54 | 30 | 50 | 52 | 74 |
| Binary | 11000011 | 10100111 | 1101101 | 0 | 1110 | 101100 | 11000 | 101000 | 101010 | 111100 |
Color Harmonies of #C3A76D
Complementary color
Monochromatic Colors of #C3A76D
Black with #C3A76D
Text Example
Text Example
White with #C3A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A76D; }
p { color: rgb(195,167,109); }
H1.HeaderClassName
{
color: #C3A76D;
}
.AnyTagClassName
{
color: #C3A76D;
}
</style>
background-color css
<style>
a { background-color: #C3A76D; }
a { background-color: rgb(195,167,109); }
div.DivClassName
{
background-color: #C3A76D;
}
.BgClassName
{
background-color: #C3A76D;
}
</style>
border-color css
<style>
span { border-color: #C3A76D; }
span { border-color: rgb(195,167,109); }
td.TdClassName
{
border-color: #C3A76D;
}
.TagClassName
{
border-color: #C3A76D;
}
</style>