Shades of Putty #CFA86F
Tints of Putty #CFA86F
RGB
CMYK
RGB Variations
Color information
#CFA86F (or 0xCFA86F) is known color: Putty. HEX triplet: CF, A8 and 6F. RGB value is (207,168,111). Sum of RGB (Red+Green+Blue) = 207+168+111=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA86F is #305790. Grayscale: #ADADAD. Windows color (decimal): -3168145 or 7317711. OLE color: 7317711.
HSL color Cylindrical-coordinate representation of color #CFA86F: hue angle of 35.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA86F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 111 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.19 |
| HSL | 35.63º | 0.5% | 0.62% | - |
| HSV(B) | 35.63º | 0.46% | 0.81% | - |
| XYZ | 42.6 | 42.42 | 20.98 | - |
| YUV | 173.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 111 | 0 | 0.19 | 0.46 | 0.19 | 35.63 | 0.5 | 0.62 |
| Hex | CF | A8 | 6F | 0 | 13 | 2E | 13 | 24 | 32 | 3E |
| Octal | 317 | 250 | 157 | 0 | 23 | 56 | 23 | 44 | 62 | 76 |
| Binary | 11001111 | 10101000 | 1101111 | 0 | 10011 | 101110 | 10011 | 100100 | 110010 | 111110 |
Color Harmonies of #CFA86F
Complementary color
Monochromatic Colors of #CFA86F
Black with #CFA86F
Text Example
Text Example
White with #CFA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA86F; }
p { color: rgb(207,168,111); }
H1.HeaderClassName
{
color: #CFA86F;
}
.AnyTagClassName
{
color: #CFA86F;
}
</style>
background-color css
<style>
a { background-color: #CFA86F; }
a { background-color: rgb(207,168,111); }
div.DivClassName
{
background-color: #CFA86F;
}
.BgClassName
{
background-color: #CFA86F;
}
</style>
border-color css
<style>
span { border-color: #CFA86F; }
span { border-color: rgb(207,168,111); }
td.TdClassName
{
border-color: #CFA86F;
}
.TagClassName
{
border-color: #CFA86F;
}
</style>