Shades of Putty #CFA66C
Tints of Putty #CFA66C
RGB
CMYK
RGB Variations
Color information
#CFA66C (or 0xCFA66C) is known color: Putty. HEX triplet: CF, A6 and 6C. RGB value is (207,166,108). Sum of RGB (Red+Green+Blue) = 207+166+108=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA66C is #305993. Grayscale: #ABABAB. Windows color (decimal): -3168660 or 7120591. OLE color: 7120591.
HSL color Cylindrical-coordinate representation of color #CFA66C: hue angle of 35.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA66C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 108 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.19 |
| HSL | 35.15º | 0.51% | 0.62% | - |
| HSV(B) | 35.15º | 0.48% | 0.81% | - |
| XYZ | 42.08 | 41.62 | 20 | - |
| YUV | 171.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 108 | 0 | 0.20 | 0.48 | 0.19 | 35.15 | 0.51 | 0.62 |
| Hex | CF | A6 | 6C | 0 | 14 | 30 | 13 | 23 | 33 | 3E |
| Octal | 317 | 246 | 154 | 0 | 24 | 60 | 23 | 43 | 63 | 76 |
| Binary | 11001111 | 10100110 | 1101100 | 0 | 10100 | 110000 | 10011 | 100011 | 110011 | 111110 |
Color Harmonies of #CFA66C
Complementary color
Monochromatic Colors of #CFA66C
Black with #CFA66C
Text Example
Text Example
White with #CFA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA66C; }
p { color: rgb(207,166,108); }
H1.HeaderClassName
{
color: #CFA66C;
}
.AnyTagClassName
{
color: #CFA66C;
}
</style>
background-color css
<style>
a { background-color: #CFA66C; }
a { background-color: rgb(207,166,108); }
div.DivClassName
{
background-color: #CFA66C;
}
.BgClassName
{
background-color: #CFA66C;
}
</style>
border-color css
<style>
span { border-color: #CFA66C; }
span { border-color: rgb(207,166,108); }
td.TdClassName
{
border-color: #CFA66C;
}
.TagClassName
{
border-color: #CFA66C;
}
</style>