Shades of Putty #CFAC66
Tints of Putty #CFAC66
RGB
CMYK
RGB Variations
Color information
#CFAC66 (or 0xCFAC66) is known color: Putty. HEX triplet: CF, AC and 66. RGB value is (207,172,102). Sum of RGB (Red+Green+Blue) = 207+172+102=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC66 is #305399. Grayscale: #AEAEAE. Windows color (decimal): -3167130 or 6728911. OLE color: 6728911.
HSL color Cylindrical-coordinate representation of color #CFAC66: hue angle of 40º 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 #CFAC66 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 102 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.19 |
| HSL | 40º | 0.52% | 0.61% | - |
| HSV(B) | 40º | 0.51% | 0.81% | - |
| XYZ | 42.88 | 43.73 | 18.75 | - |
| YUV | 174.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 102 | 0 | 0.17 | 0.51 | 0.19 | 40 | 0.52 | 0.61 |
| Hex | CF | AC | 66 | 0 | 11 | 33 | 13 | 28 | 34 | 3D |
| Octal | 317 | 254 | 146 | 0 | 21 | 63 | 23 | 50 | 64 | 75 |
| Binary | 11001111 | 10101100 | 1100110 | 0 | 10001 | 110011 | 10011 | 101000 | 110100 | 111101 |
Color Harmonies of #CFAC66
Complementary color
Monochromatic Colors of #CFAC66
Black with #CFAC66
Text Example
Text Example
White with #CFAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC66; }
p { color: rgb(207,172,102); }
H1.HeaderClassName
{
color: #CFAC66;
}
.AnyTagClassName
{
color: #CFAC66;
}
</style>
background-color css
<style>
a { background-color: #CFAC66; }
a { background-color: rgb(207,172,102); }
div.DivClassName
{
background-color: #CFAC66;
}
.BgClassName
{
background-color: #CFAC66;
}
</style>
border-color css
<style>
span { border-color: #CFAC66; }
span { border-color: rgb(207,172,102); }
td.TdClassName
{
border-color: #CFAC66;
}
.TagClassName
{
border-color: #CFAC66;
}
</style>