Shades of Putty #CFA66F
Tints of Putty #CFA66F
RGB
CMYK
RGB Variations
Color information
#CFA66F (or 0xCFA66F) is known color: Putty. HEX triplet: CF, A6 and 6F. RGB value is (207,166,111). Sum of RGB (Red+Green+Blue) = 207+166+111=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA66F is #305990. Grayscale: #ACACAC. Windows color (decimal): -3168657 or 7317199. OLE color: 7317199.
HSL color Cylindrical-coordinate representation of color #CFA66F: hue angle of 34.38º 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 #CFA66F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 111 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.19 |
| HSL | 34.38º | 0.5% | 0.62% | - |
| HSV(B) | 34.38º | 0.46% | 0.81% | - |
| XYZ | 42.24 | 41.69 | 20.86 | - |
| YUV | 171.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 111 | 0 | 0.20 | 0.46 | 0.19 | 34.38 | 0.5 | 0.62 |
| Hex | CF | A6 | 6F | 0 | 14 | 2E | 13 | 22 | 32 | 3E |
| Octal | 317 | 246 | 157 | 0 | 24 | 56 | 23 | 42 | 62 | 76 |
| Binary | 11001111 | 10100110 | 1101111 | 0 | 10100 | 101110 | 10011 | 100010 | 110010 | 111110 |
Color Harmonies of #CFA66F
Complementary color
Monochromatic Colors of #CFA66F
Black with #CFA66F
Text Example
Text Example
White with #CFA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA66F; }
p { color: rgb(207,166,111); }
H1.HeaderClassName
{
color: #CFA66F;
}
.AnyTagClassName
{
color: #CFA66F;
}
</style>
background-color css
<style>
a { background-color: #CFA66F; }
a { background-color: rgb(207,166,111); }
div.DivClassName
{
background-color: #CFA66F;
}
.BgClassName
{
background-color: #CFA66F;
}
</style>
border-color css
<style>
span { border-color: #CFA66F; }
span { border-color: rgb(207,166,111); }
td.TdClassName
{
border-color: #CFA66F;
}
.TagClassName
{
border-color: #CFA66F;
}
</style>