Shades of Putty #C4AD6B
Tints of Putty #C4AD6B
RGB
CMYK
RGB Variations
Color information
#C4AD6B (or 0xC4AD6B) is known color: Putty. HEX triplet: C4, AD and 6B. RGB value is (196,173,107). Sum of RGB (Red+Green+Blue) = 196+173+107=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD6B is #3B5294. Grayscale: #ACACAC. Windows color (decimal): -3887765 or 7056836. OLE color: 7056836.
HSL color Cylindrical-coordinate representation of color #C4AD6B: hue angle of 44.49º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4AD6B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 107 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.23 |
| HSL | 44.49º | 0.43% | 0.59% | - |
| HSV(B) | 44.49º | 0.45% | 0.77% | - |
| XYZ | 40.36 | 42.68 | 20.02 | - |
| YUV | 172.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 107 | 0 | 0.12 | 0.45 | 0.23 | 44.49 | 0.43 | 0.59 |
| Hex | C4 | AD | 6B | 0 | C | 2D | 17 | 2C | 2B | 3B |
| Octal | 304 | 255 | 153 | 0 | 14 | 55 | 27 | 54 | 53 | 73 |
| Binary | 11000100 | 10101101 | 1101011 | 0 | 1100 | 101101 | 10111 | 101100 | 101011 | 111011 |
Color Harmonies of #C4AD6B
Complementary color
Monochromatic Colors of #C4AD6B
Black with #C4AD6B
Text Example
Text Example
White with #C4AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD6B; }
p { color: rgb(196,173,107); }
H1.HeaderClassName
{
color: #C4AD6B;
}
.AnyTagClassName
{
color: #C4AD6B;
}
</style>
background-color css
<style>
a { background-color: #C4AD6B; }
a { background-color: rgb(196,173,107); }
div.DivClassName
{
background-color: #C4AD6B;
}
.BgClassName
{
background-color: #C4AD6B;
}
</style>
border-color css
<style>
span { border-color: #C4AD6B; }
span { border-color: rgb(196,173,107); }
td.TdClassName
{
border-color: #C4AD6B;
}
.TagClassName
{
border-color: #C4AD6B;
}
</style>