Shades of Putty #CFAD78
Tints of Putty #CFAD78
RGB
CMYK
RGB Variations
Color information
#CFAD78 (or 0xCFAD78) is known color: Putty. HEX triplet: CF, AD and 78. RGB value is (207,173,120). Sum of RGB (Red+Green+Blue) = 207+173+120=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD78 is #305287. Grayscale: #B1B1B1. Windows color (decimal): -3166856 or 7908815. OLE color: 7908815.
HSL color Cylindrical-coordinate representation of color #CFAD78: hue angle of 36.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFAD78 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 120 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.19 |
| HSL | 36.55º | 0.48% | 0.64% | - |
| HSV(B) | 36.55º | 0.42% | 0.81% | - |
| XYZ | 44.07 | 44.51 | 24.04 | - |
| YUV | 177.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 120 | 0 | 0.16 | 0.42 | 0.19 | 36.55 | 0.48 | 0.64 |
| Hex | CF | AD | 78 | 0 | 10 | 2A | 13 | 25 | 30 | 40 |
| Octal | 317 | 255 | 170 | 0 | 20 | 52 | 23 | 45 | 60 | 100 |
| Binary | 11001111 | 10101101 | 1111000 | 0 | 10000 | 101010 | 10011 | 100101 | 110000 | 1000000 |
Color Harmonies of #CFAD78
Complementary color
Monochromatic Colors of #CFAD78
Black with #CFAD78
Text Example
Text Example
White with #CFAD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD78; }
p { color: rgb(207,173,120); }
H1.HeaderClassName
{
color: #CFAD78;
}
.AnyTagClassName
{
color: #CFAD78;
}
</style>
background-color css
<style>
a { background-color: #CFAD78; }
a { background-color: rgb(207,173,120); }
div.DivClassName
{
background-color: #CFAD78;
}
.BgClassName
{
background-color: #CFAD78;
}
</style>
border-color css
<style>
span { border-color: #CFAD78; }
span { border-color: rgb(207,173,120); }
td.TdClassName
{
border-color: #CFAD78;
}
.TagClassName
{
border-color: #CFAD78;
}
</style>