Shades of Putty #C4AD72
Tints of Putty #C4AD72
RGB
CMYK
RGB Variations
Color information
#C4AD72 (or 0xC4AD72) is known color: Putty. HEX triplet: C4, AD and 72. RGB value is (196,173,114). Sum of RGB (Red+Green+Blue) = 196+173+114=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD72 is #3B528D. Grayscale: #ADADAD. Windows color (decimal): -3887758 or 7515588. OLE color: 7515588.
HSL color Cylindrical-coordinate representation of color #C4AD72: hue angle of 43.17º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4AD72 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 114 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.23 |
| HSL | 43.17º | 0.41% | 0.61% | - |
| HSV(B) | 43.17º | 0.42% | 0.77% | - |
| XYZ | 40.75 | 42.84 | 22.04 | - |
| YUV | 173.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 114 | 0 | 0.12 | 0.42 | 0.23 | 43.17 | 0.41 | 0.61 |
| Hex | C4 | AD | 72 | 0 | C | 2A | 17 | 2B | 29 | 3D |
| Octal | 304 | 255 | 162 | 0 | 14 | 52 | 27 | 53 | 51 | 75 |
| Binary | 11000100 | 10101101 | 1110010 | 0 | 1100 | 101010 | 10111 | 101011 | 101001 | 111101 |
Color Harmonies of #C4AD72
Complementary color
Monochromatic Colors of #C4AD72
Black with #C4AD72
Text Example
Text Example
White with #C4AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD72; }
p { color: rgb(196,173,114); }
H1.HeaderClassName
{
color: #C4AD72;
}
.AnyTagClassName
{
color: #C4AD72;
}
</style>
background-color css
<style>
a { background-color: #C4AD72; }
a { background-color: rgb(196,173,114); }
div.DivClassName
{
background-color: #C4AD72;
}
.BgClassName
{
background-color: #C4AD72;
}
</style>
border-color css
<style>
span { border-color: #C4AD72; }
span { border-color: rgb(196,173,114); }
td.TdClassName
{
border-color: #C4AD72;
}
.TagClassName
{
border-color: #C4AD72;
}
</style>