Shades of Putty #C4B270
Tints of Putty #C4B270
RGB
CMYK
RGB Variations
Color information
#C4B270 (or 0xC4B270) is known color: Putty. HEX triplet: C4, B2 and 70. RGB value is (196,178,112). Sum of RGB (Red+Green+Blue) = 196+178+112=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B270 is #3B4D8F. Grayscale: #B0B0B0. Windows color (decimal): -3886480 or 7385796. OLE color: 7385796.
HSL color Cylindrical-coordinate representation of color #C4B270: hue angle of 47.14º 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 #C4B270 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 112 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.23 |
| HSL | 47.14º | 0.42% | 0.6% | - |
| HSV(B) | 47.14º | 0.43% | 0.77% | - |
| XYZ | 41.61 | 44.75 | 21.77 | - |
| YUV | 175.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 112 | 0 | 0.09 | 0.43 | 0.23 | 47.14 | 0.42 | 0.6 |
| Hex | C4 | B2 | 70 | 0 | 9 | 2B | 17 | 2F | 2A | 3C |
| Octal | 304 | 262 | 160 | 0 | 11 | 53 | 27 | 57 | 52 | 74 |
| Binary | 11000100 | 10110010 | 1110000 | 0 | 1001 | 101011 | 10111 | 101111 | 101010 | 111100 |
Color Harmonies of #C4B270
Complementary color
Monochromatic Colors of #C4B270
Black with #C4B270
Text Example
Text Example
White with #C4B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B270; }
p { color: rgb(196,178,112); }
H1.HeaderClassName
{
color: #C4B270;
}
.AnyTagClassName
{
color: #C4B270;
}
</style>
background-color css
<style>
a { background-color: #C4B270; }
a { background-color: rgb(196,178,112); }
div.DivClassName
{
background-color: #C4B270;
}
.BgClassName
{
background-color: #C4B270;
}
</style>
border-color css
<style>
span { border-color: #C4B270; }
span { border-color: rgb(196,178,112); }
td.TdClassName
{
border-color: #C4B270;
}
.TagClassName
{
border-color: #C4B270;
}
</style>