Shades of Putty #CFAB6E
Tints of Putty #CFAB6E
RGB
CMYK
RGB Variations
Color information
#CFAB6E (or 0xCFAB6E) is known color: Putty. HEX triplet: CF, AB and 6E. RGB value is (207,171,110). Sum of RGB (Red+Green+Blue) = 207+171+110=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB6E is #305491. Grayscale: #AFAFAF. Windows color (decimal): -3167378 or 7252943. OLE color: 7252943.
HSL color Cylindrical-coordinate representation of color #CFAB6E: hue angle of 37.73º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFAB6E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 110 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 37.73º | 0.5% | 0.62% | - |
| HSV(B) | 37.73º | 0.47% | 0.81% | - |
| XYZ | 43.11 | 43.52 | 20.88 | - |
| YUV | 174.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 110 | 0 | 0.17 | 0.47 | 0.19 | 37.73 | 0.5 | 0.62 |
| Hex | CF | AB | 6E | 0 | 11 | 2F | 13 | 26 | 32 | 3E |
| Octal | 317 | 253 | 156 | 0 | 21 | 57 | 23 | 46 | 62 | 76 |
| Binary | 11001111 | 10101011 | 1101110 | 0 | 10001 | 101111 | 10011 | 100110 | 110010 | 111110 |
Color Harmonies of #CFAB6E
Complementary color
Monochromatic Colors of #CFAB6E
Black with #CFAB6E
Text Example
Text Example
White with #CFAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB6E; }
p { color: rgb(207,171,110); }
H1.HeaderClassName
{
color: #CFAB6E;
}
.AnyTagClassName
{
color: #CFAB6E;
}
</style>
background-color css
<style>
a { background-color: #CFAB6E; }
a { background-color: rgb(207,171,110); }
div.DivClassName
{
background-color: #CFAB6E;
}
.BgClassName
{
background-color: #CFAB6E;
}
</style>
border-color css
<style>
span { border-color: #CFAB6E; }
span { border-color: rgb(207,171,110); }
td.TdClassName
{
border-color: #CFAB6E;
}
.TagClassName
{
border-color: #CFAB6E;
}
</style>