Shades of Putty #C4AD6C
Tints of Putty #C4AD6C
RGB
CMYK
RGB Variations
Color information
#C4AD6C (or 0xC4AD6C) is known color: Putty. HEX triplet: C4, AD and 6C. RGB value is (196,173,108). Sum of RGB (Red+Green+Blue) = 196+173+108=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD6C is #3B5293. Grayscale: #ACACAC. Windows color (decimal): -3887764 or 7122372. OLE color: 7122372.
HSL color Cylindrical-coordinate representation of color #C4AD6C: hue angle of 44.32º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4AD6C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 108 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.23 |
| HSL | 44.32º | 0.43% | 0.6% | - |
| HSV(B) | 44.32º | 0.45% | 0.77% | - |
| XYZ | 40.42 | 42.71 | 20.3 | - |
| YUV | 172.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 108 | 0 | 0.12 | 0.45 | 0.23 | 44.32 | 0.43 | 0.6 |
| Hex | C4 | AD | 6C | 0 | C | 2D | 17 | 2C | 2B | 3C |
| Octal | 304 | 255 | 154 | 0 | 14 | 55 | 27 | 54 | 53 | 74 |
| Binary | 11000100 | 10101101 | 1101100 | 0 | 1100 | 101101 | 10111 | 101100 | 101011 | 111100 |
Color Harmonies of #C4AD6C
Complementary color
Monochromatic Colors of #C4AD6C
Black with #C4AD6C
Text Example
Text Example
White with #C4AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD6C; }
p { color: rgb(196,173,108); }
H1.HeaderClassName
{
color: #C4AD6C;
}
.AnyTagClassName
{
color: #C4AD6C;
}
</style>
background-color css
<style>
a { background-color: #C4AD6C; }
a { background-color: rgb(196,173,108); }
div.DivClassName
{
background-color: #C4AD6C;
}
.BgClassName
{
background-color: #C4AD6C;
}
</style>
border-color css
<style>
span { border-color: #C4AD6C; }
span { border-color: rgb(196,173,108); }
td.TdClassName
{
border-color: #C4AD6C;
}
.TagClassName
{
border-color: #C4AD6C;
}
</style>