Shades of Putty #CFAF66
Tints of Putty #CFAF66
RGB
CMYK
RGB Variations
Color information
#CFAF66 (or 0xCFAF66) is known color: Putty. HEX triplet: CF, AF and 66. RGB value is (207,175,102). Sum of RGB (Red+Green+Blue) = 207+175+102=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF66 is #305099. Grayscale: #B0B0B0. Windows color (decimal): -3166362 or 6729679. OLE color: 6729679.
HSL color Cylindrical-coordinate representation of color #CFAF66: hue angle of 41.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFAF66 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 102 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.19 |
| HSL | 41.71º | 0.52% | 0.61% | - |
| HSV(B) | 41.71º | 0.51% | 0.81% | - |
| XYZ | 43.46 | 44.88 | 18.94 | - |
| YUV | 176.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 102 | 0 | 0.15 | 0.51 | 0.19 | 41.71 | 0.52 | 0.61 |
| Hex | CF | AF | 66 | 0 | F | 33 | 13 | 2A | 34 | 3D |
| Octal | 317 | 257 | 146 | 0 | 17 | 63 | 23 | 52 | 64 | 75 |
| Binary | 11001111 | 10101111 | 1100110 | 0 | 1111 | 110011 | 10011 | 101010 | 110100 | 111101 |
Color Harmonies of #CFAF66
Complementary color
Monochromatic Colors of #CFAF66
Black with #CFAF66
Text Example
Text Example
White with #CFAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF66; }
p { color: rgb(207,175,102); }
H1.HeaderClassName
{
color: #CFAF66;
}
.AnyTagClassName
{
color: #CFAF66;
}
</style>
background-color css
<style>
a { background-color: #CFAF66; }
a { background-color: rgb(207,175,102); }
div.DivClassName
{
background-color: #CFAF66;
}
.BgClassName
{
background-color: #CFAF66;
}
</style>
border-color css
<style>
span { border-color: #CFAF66; }
span { border-color: rgb(207,175,102); }
td.TdClassName
{
border-color: #CFAF66;
}
.TagClassName
{
border-color: #CFAF66;
}
</style>