Shades of Putty #C4B06D
Tints of Putty #C4B06D
RGB
CMYK
RGB Variations
Color information
#C4B06D (or 0xC4B06D) is known color: Putty. HEX triplet: C4, B0 and 6D. RGB value is (196,176,109). Sum of RGB (Red+Green+Blue) = 196+176+109=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B06D is #3B4F92. Grayscale: #AEAEAE. Windows color (decimal): -3886995 or 7188676. OLE color: 7188676.
HSL color Cylindrical-coordinate representation of color #C4B06D: hue angle of 46.21º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4B06D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 109 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.23 |
| HSL | 46.21º | 0.42% | 0.6% | - |
| HSV(B) | 46.21º | 0.44% | 0.77% | - |
| XYZ | 41.05 | 43.89 | 20.78 | - |
| YUV | 174.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 109 | 0 | 0.10 | 0.44 | 0.23 | 46.21 | 0.42 | 0.6 |
| Hex | C4 | B0 | 6D | 0 | A | 2C | 17 | 2E | 2A | 3C |
| Octal | 304 | 260 | 155 | 0 | 12 | 54 | 27 | 56 | 52 | 74 |
| Binary | 11000100 | 10110000 | 1101101 | 0 | 1010 | 101100 | 10111 | 101110 | 101010 | 111100 |
Color Harmonies of #C4B06D
Complementary color
Monochromatic Colors of #C4B06D
Black with #C4B06D
Text Example
Text Example
White with #C4B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B06D; }
p { color: rgb(196,176,109); }
H1.HeaderClassName
{
color: #C4B06D;
}
.AnyTagClassName
{
color: #C4B06D;
}
</style>
background-color css
<style>
a { background-color: #C4B06D; }
a { background-color: rgb(196,176,109); }
div.DivClassName
{
background-color: #C4B06D;
}
.BgClassName
{
background-color: #C4B06D;
}
</style>
border-color css
<style>
span { border-color: #C4B06D; }
span { border-color: rgb(196,176,109); }
td.TdClassName
{
border-color: #C4B06D;
}
.TagClassName
{
border-color: #C4B06D;
}
</style>