Shades of Putty #C4B070
Tints of Putty #C4B070
RGB
CMYK
RGB Variations
Color information
#C4B070 (or 0xC4B070) is known color: Putty. HEX triplet: C4, B0 and 70. RGB value is (196,176,112). Sum of RGB (Red+Green+Blue) = 196+176+112=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B070 is #3B4F8F. Grayscale: #AEAEAE. Windows color (decimal): -3886992 or 7385284. OLE color: 7385284.
HSL color Cylindrical-coordinate representation of color #C4B070: hue angle of 45.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4B070 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 112 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.23 |
| HSL | 45.71º | 0.42% | 0.6% | - |
| HSV(B) | 45.71º | 0.43% | 0.77% | - |
| XYZ | 41.21 | 43.96 | 21.64 | - |
| YUV | 174.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 112 | 0 | 0.10 | 0.43 | 0.23 | 45.71 | 0.42 | 0.6 |
| Hex | C4 | B0 | 70 | 0 | A | 2B | 17 | 2E | 2A | 3C |
| Octal | 304 | 260 | 160 | 0 | 12 | 53 | 27 | 56 | 52 | 74 |
| Binary | 11000100 | 10110000 | 1110000 | 0 | 1010 | 101011 | 10111 | 101110 | 101010 | 111100 |
Color Harmonies of #C4B070
Complementary color
Monochromatic Colors of #C4B070
Black with #C4B070
Text Example
Text Example
White with #C4B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B070; }
p { color: rgb(196,176,112); }
H1.HeaderClassName
{
color: #C4B070;
}
.AnyTagClassName
{
color: #C4B070;
}
</style>
background-color css
<style>
a { background-color: #C4B070; }
a { background-color: rgb(196,176,112); }
div.DivClassName
{
background-color: #C4B070;
}
.BgClassName
{
background-color: #C4B070;
}
</style>
border-color css
<style>
span { border-color: #C4B070; }
span { border-color: rgb(196,176,112); }
td.TdClassName
{
border-color: #C4B070;
}
.TagClassName
{
border-color: #C4B070;
}
</style>