Shades of Putty #CFAB79
Tints of Putty #CFAB79
RGB
CMYK
RGB Variations
Color information
#CFAB79 (or 0xCFAB79) is known color: Putty. HEX triplet: CF, AB and 79. RGB value is (207,171,121). Sum of RGB (Red+Green+Blue) = 207+171+121=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB79 is #305486. Grayscale: #B0B0B0. Windows color (decimal): -3167367 or 7973839. OLE color: 7973839.
HSL color Cylindrical-coordinate representation of color #CFAB79: hue angle of 34.88º degrees, saturation: 0.47, 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 #CFAB79 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 121 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.19 |
| HSL | 34.88º | 0.47% | 0.64% | - |
| HSV(B) | 34.88º | 0.42% | 0.81% | - |
| XYZ | 43.75 | 43.77 | 24.23 | - |
| YUV | 176.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 121 | 0 | 0.17 | 0.42 | 0.19 | 34.88 | 0.47 | 0.64 |
| Hex | CF | AB | 79 | 0 | 11 | 2A | 13 | 23 | 2F | 40 |
| Octal | 317 | 253 | 171 | 0 | 21 | 52 | 23 | 43 | 57 | 100 |
| Binary | 11001111 | 10101011 | 1111001 | 0 | 10001 | 101010 | 10011 | 100011 | 101111 | 1000000 |
Color Harmonies of #CFAB79
Complementary color
Monochromatic Colors of #CFAB79
Black with #CFAB79
Text Example
Text Example
White with #CFAB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB79; }
p { color: rgb(207,171,121); }
H1.HeaderClassName
{
color: #CFAB79;
}
.AnyTagClassName
{
color: #CFAB79;
}
</style>
background-color css
<style>
a { background-color: #CFAB79; }
a { background-color: rgb(207,171,121); }
div.DivClassName
{
background-color: #CFAB79;
}
.BgClassName
{
background-color: #CFAB79;
}
</style>
border-color css
<style>
span { border-color: #CFAB79; }
span { border-color: rgb(207,171,121); }
td.TdClassName
{
border-color: #CFAB79;
}
.TagClassName
{
border-color: #CFAB79;
}
</style>