Shades of Putty #C8AD73
Tints of Putty #C8AD73
RGB
CMYK
RGB Variations
Color information
#C8AD73 (or 0xC8AD73) is known color: Putty. HEX triplet: C8, AD and 73. RGB value is (200,173,115). Sum of RGB (Red+Green+Blue) = 200+173+115=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD73 is #37528C. Grayscale: #AEAEAE. Windows color (decimal): -3625613 or 7581128. OLE color: 7581128.
HSL color Cylindrical-coordinate representation of color #C8AD73: hue angle of 40.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8AD73 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 115 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.22 |
| HSL | 40.94º | 0.44% | 0.62% | - |
| HSV(B) | 40.94º | 0.43% | 0.78% | - |
| XYZ | 41.86 | 43.4 | 22.39 | - |
| YUV | 174.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 115 | 0 | 0.14 | 0.42 | 0.22 | 40.94 | 0.44 | 0.62 |
| Hex | C8 | AD | 73 | 0 | E | 2A | 16 | 29 | 2C | 3E |
| Octal | 310 | 255 | 163 | 0 | 16 | 52 | 26 | 51 | 54 | 76 |
| Binary | 11001000 | 10101101 | 1110011 | 0 | 1110 | 101010 | 10110 | 101001 | 101100 | 111110 |
Color Harmonies of #C8AD73
Complementary color
Monochromatic Colors of #C8AD73
Black with #C8AD73
Text Example
Text Example
White with #C8AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD73; }
p { color: rgb(200,173,115); }
H1.HeaderClassName
{
color: #C8AD73;
}
.AnyTagClassName
{
color: #C8AD73;
}
</style>
background-color css
<style>
a { background-color: #C8AD73; }
a { background-color: rgb(200,173,115); }
div.DivClassName
{
background-color: #C8AD73;
}
.BgClassName
{
background-color: #C8AD73;
}
</style>
border-color css
<style>
span { border-color: #C8AD73; }
span { border-color: rgb(200,173,115); }
td.TdClassName
{
border-color: #C8AD73;
}
.TagClassName
{
border-color: #C8AD73;
}
</style>