Shades of Putty #C4B271
Tints of Putty #C4B271
RGB
CMYK
RGB Variations
Color information
#C4B271 (or 0xC4B271) is known color: Putty. HEX triplet: C4, B2 and 71. RGB value is (196,178,113). Sum of RGB (Red+Green+Blue) = 196+178+113=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B271 is #3B4D8E. Grayscale: #B0B0B0. Windows color (decimal): -3886479 or 7451332. OLE color: 7451332.
HSL color Cylindrical-coordinate representation of color #C4B271: hue angle of 46.99º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4B271 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 113 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.23 |
| HSL | 46.99º | 0.41% | 0.61% | - |
| HSV(B) | 46.99º | 0.42% | 0.77% | - |
| XYZ | 41.67 | 44.77 | 22.07 | - |
| YUV | 175.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 113 | 0 | 0.09 | 0.42 | 0.23 | 46.99 | 0.41 | 0.61 |
| Hex | C4 | B2 | 71 | 0 | 9 | 2A | 17 | 2F | 29 | 3D |
| Octal | 304 | 262 | 161 | 0 | 11 | 52 | 27 | 57 | 51 | 75 |
| Binary | 11000100 | 10110010 | 1110001 | 0 | 1001 | 101010 | 10111 | 101111 | 101001 | 111101 |
Color Harmonies of #C4B271
Complementary color
Monochromatic Colors of #C4B271
Black with #C4B271
Text Example
Text Example
White with #C4B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B271; }
p { color: rgb(196,178,113); }
H1.HeaderClassName
{
color: #C4B271;
}
.AnyTagClassName
{
color: #C4B271;
}
</style>
background-color css
<style>
a { background-color: #C4B271; }
a { background-color: rgb(196,178,113); }
div.DivClassName
{
background-color: #C4B271;
}
.BgClassName
{
background-color: #C4B271;
}
</style>
border-color css
<style>
span { border-color: #C4B271; }
span { border-color: rgb(196,178,113); }
td.TdClassName
{
border-color: #C4B271;
}
.TagClassName
{
border-color: #C4B271;
}
</style>