Shades of Putty #C4B06A
Tints of Putty #C4B06A
RGB
CMYK
RGB Variations
Color information
#C4B06A (or 0xC4B06A) is known color: Putty. HEX triplet: C4, B0 and 6A. RGB value is (196,176,106). Sum of RGB (Red+Green+Blue) = 196+176+106=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B06A is #3B4F95. Grayscale: #AEAEAE. Windows color (decimal): -3886998 or 6992068. OLE color: 6992068.
HSL color Cylindrical-coordinate representation of color #C4B06A: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4B06A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 106 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.23 |
| HSL | 46.67º | 0.43% | 0.59% | - |
| HSV(B) | 46.67º | 0.46% | 0.77% | - |
| XYZ | 40.89 | 43.83 | 19.94 | - |
| YUV | 174 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 106 | 0 | 0.10 | 0.46 | 0.23 | 46.67 | 0.43 | 0.59 |
| Hex | C4 | B0 | 6A | 0 | A | 2E | 17 | 2F | 2B | 3B |
| Octal | 304 | 260 | 152 | 0 | 12 | 56 | 27 | 57 | 53 | 73 |
| Binary | 11000100 | 10110000 | 1101010 | 0 | 1010 | 101110 | 10111 | 101111 | 101011 | 111011 |
Color Harmonies of #C4B06A
Complementary color
Monochromatic Colors of #C4B06A
Black with #C4B06A
Text Example
Text Example
White with #C4B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B06A; }
p { color: rgb(196,176,106); }
H1.HeaderClassName
{
color: #C4B06A;
}
.AnyTagClassName
{
color: #C4B06A;
}
</style>
background-color css
<style>
a { background-color: #C4B06A; }
a { background-color: rgb(196,176,106); }
div.DivClassName
{
background-color: #C4B06A;
}
.BgClassName
{
background-color: #C4B06A;
}
</style>
border-color css
<style>
span { border-color: #C4B06A; }
span { border-color: rgb(196,176,106); }
td.TdClassName
{
border-color: #C4B06A;
}
.TagClassName
{
border-color: #C4B06A;
}
</style>