Shades of Putty #C4A76B
Tints of Putty #C4A76B
RGB
CMYK
RGB Variations
Color information
#C4A76B (or 0xC4A76B) is known color: Putty. HEX triplet: C4, A7 and 6B. RGB value is (196,167,107). Sum of RGB (Red+Green+Blue) = 196+167+107=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A76B is #3B5894. Grayscale: #A9A9A9. Windows color (decimal): -3889301 or 7055300. OLE color: 7055300.
HSL color Cylindrical-coordinate representation of color #C4A76B: hue angle of 40.45º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A76B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 107 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.23 |
| HSL | 40.45º | 0.43% | 0.59% | - |
| HSV(B) | 40.45º | 0.45% | 0.77% | - |
| XYZ | 39.24 | 40.43 | 19.65 | - |
| YUV | 168.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 107 | 0 | 0.15 | 0.45 | 0.23 | 40.45 | 0.43 | 0.59 |
| Hex | C4 | A7 | 6B | 0 | F | 2D | 17 | 28 | 2B | 3B |
| Octal | 304 | 247 | 153 | 0 | 17 | 55 | 27 | 50 | 53 | 73 |
| Binary | 11000100 | 10100111 | 1101011 | 0 | 1111 | 101101 | 10111 | 101000 | 101011 | 111011 |
Color Harmonies of #C4A76B
Complementary color
Monochromatic Colors of #C4A76B
Black with #C4A76B
Text Example
Text Example
White with #C4A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A76B; }
p { color: rgb(196,167,107); }
H1.HeaderClassName
{
color: #C4A76B;
}
.AnyTagClassName
{
color: #C4A76B;
}
</style>
background-color css
<style>
a { background-color: #C4A76B; }
a { background-color: rgb(196,167,107); }
div.DivClassName
{
background-color: #C4A76B;
}
.BgClassName
{
background-color: #C4A76B;
}
</style>
border-color css
<style>
span { border-color: #C4A76B; }
span { border-color: rgb(196,167,107); }
td.TdClassName
{
border-color: #C4A76B;
}
.TagClassName
{
border-color: #C4A76B;
}
</style>