Shades of Putty #CFAD75
Tints of Putty #CFAD75
RGB
CMYK
RGB Variations
Color information
#CFAD75 (or 0xCFAD75) is known color: Putty. HEX triplet: CF, AD and 75. RGB value is (207,173,117). Sum of RGB (Red+Green+Blue) = 207+173+117=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD75 is #30528A. Grayscale: #B1B1B1. Windows color (decimal): -3166859 or 7712207. OLE color: 7712207.
HSL color Cylindrical-coordinate representation of color #CFAD75: hue angle of 37.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFAD75 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 117 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.19 |
| HSL | 37.33º | 0.48% | 0.64% | - |
| HSV(B) | 37.33º | 0.43% | 0.81% | - |
| XYZ | 43.89 | 44.44 | 23.09 | - |
| YUV | 176.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 117 | 0 | 0.16 | 0.43 | 0.19 | 37.33 | 0.48 | 0.64 |
| Hex | CF | AD | 75 | 0 | 10 | 2B | 13 | 25 | 30 | 40 |
| Octal | 317 | 255 | 165 | 0 | 20 | 53 | 23 | 45 | 60 | 100 |
| Binary | 11001111 | 10101101 | 1110101 | 0 | 10000 | 101011 | 10011 | 100101 | 110000 | 1000000 |
Color Harmonies of #CFAD75
Complementary color
Monochromatic Colors of #CFAD75
Black with #CFAD75
Text Example
Text Example
White with #CFAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD75; }
p { color: rgb(207,173,117); }
H1.HeaderClassName
{
color: #CFAD75;
}
.AnyTagClassName
{
color: #CFAD75;
}
</style>
background-color css
<style>
a { background-color: #CFAD75; }
a { background-color: rgb(207,173,117); }
div.DivClassName
{
background-color: #CFAD75;
}
.BgClassName
{
background-color: #CFAD75;
}
</style>
border-color css
<style>
span { border-color: #CFAD75; }
span { border-color: rgb(207,173,117); }
td.TdClassName
{
border-color: #CFAD75;
}
.TagClassName
{
border-color: #CFAD75;
}
</style>