Shades of Putty #C3A76B
Tints of Putty #C3A76B
RGB
CMYK
RGB Variations
Color information
#C3A76B (or 0xC3A76B) is known color: Putty. HEX triplet: C3, A7 and 6B. RGB value is (195,167,107). Sum of RGB (Red+Green+Blue) = 195+167+107=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76B is #3C5894. Grayscale: #A8A8A8. Windows color (decimal): -3954837 or 7055299. OLE color: 7055299.
HSL color Cylindrical-coordinate representation of color #C3A76B: hue angle of 40.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3A76B is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 107 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.24 |
| HSL | 40.91º | 0.42% | 0.59% | - |
| HSV(B) | 40.91º | 0.45% | 0.76% | - |
| XYZ | 38.98 | 40.3 | 19.63 | - |
| YUV | 168.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 107 | 0 | 0.14 | 0.45 | 0.24 | 40.91 | 0.42 | 0.59 |
| Hex | C3 | A7 | 6B | 0 | E | 2D | 18 | 29 | 2A | 3B |
| Octal | 303 | 247 | 153 | 0 | 16 | 55 | 30 | 51 | 52 | 73 |
| Binary | 11000011 | 10100111 | 1101011 | 0 | 1110 | 101101 | 11000 | 101001 | 101010 | 111011 |
Color Harmonies of #C3A76B
Complementary color
Monochromatic Colors of #C3A76B
Black with #C3A76B
Text Example
Text Example
White with #C3A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A76B; }
p { color: rgb(195,167,107); }
H1.HeaderClassName
{
color: #C3A76B;
}
.AnyTagClassName
{
color: #C3A76B;
}
</style>
background-color css
<style>
a { background-color: #C3A76B; }
a { background-color: rgb(195,167,107); }
div.DivClassName
{
background-color: #C3A76B;
}
.BgClassName
{
background-color: #C3A76B;
}
</style>
border-color css
<style>
span { border-color: #C3A76B; }
span { border-color: rgb(195,167,107); }
td.TdClassName
{
border-color: #C3A76B;
}
.TagClassName
{
border-color: #C3A76B;
}
</style>