Shades of Putty #C3A76E
Tints of Putty #C3A76E
RGB
CMYK
RGB Variations
Color information
#C3A76E (or 0xC3A76E) is known color: Putty. HEX triplet: C3, A7 and 6E. RGB value is (195,167,110). Sum of RGB (Red+Green+Blue) = 195+167+110=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76E is #3C5891. Grayscale: #A9A9A9. Windows color (decimal): -3954834 or 7251907. OLE color: 7251907.
HSL color Cylindrical-coordinate representation of color #C3A76E: hue angle of 40.24º degrees, saturation: 0.41, 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 #C3A76E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 110 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.24 |
| HSL | 40.24º | 0.41% | 0.6% | - |
| HSV(B) | 40.24º | 0.44% | 0.76% | - |
| XYZ | 39.14 | 40.37 | 20.48 | - |
| YUV | 168.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 110 | 0 | 0.14 | 0.44 | 0.24 | 40.24 | 0.41 | 0.6 |
| Hex | C3 | A7 | 6E | 0 | E | 2C | 18 | 28 | 29 | 3C |
| Octal | 303 | 247 | 156 | 0 | 16 | 54 | 30 | 50 | 51 | 74 |
| Binary | 11000011 | 10100111 | 1101110 | 0 | 1110 | 101100 | 11000 | 101000 | 101001 | 111100 |
Color Harmonies of #C3A76E
Complementary color
Monochromatic Colors of #C3A76E
Black with #C3A76E
Text Example
Text Example
White with #C3A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A76E; }
p { color: rgb(195,167,110); }
H1.HeaderClassName
{
color: #C3A76E;
}
.AnyTagClassName
{
color: #C3A76E;
}
</style>
background-color css
<style>
a { background-color: #C3A76E; }
a { background-color: rgb(195,167,110); }
div.DivClassName
{
background-color: #C3A76E;
}
.BgClassName
{
background-color: #C3A76E;
}
</style>
border-color css
<style>
span { border-color: #C3A76E; }
span { border-color: rgb(195,167,110); }
td.TdClassName
{
border-color: #C3A76E;
}
.TagClassName
{
border-color: #C3A76E;
}
</style>