Shades of Putty #CFA968
Tints of Putty #CFA968
RGB
CMYK
RGB Variations
Color information
#CFA968 (or 0xCFA968) is known color: Putty. HEX triplet: CF, A9 and 68. RGB value is (207,169,104). Sum of RGB (Red+Green+Blue) = 207+169+104=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA968 is #305697. Grayscale: #ADADAD. Windows color (decimal): -3167896 or 6859215. OLE color: 6859215.
HSL color Cylindrical-coordinate representation of color #CFA968: hue angle of 37.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA968 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 104 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.19 |
| HSL | 37.86º | 0.52% | 0.61% | - |
| HSV(B) | 37.86º | 0.5% | 0.81% | - |
| XYZ | 42.42 | 42.64 | 19.09 | - |
| YUV | 172.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 104 | 0 | 0.18 | 0.50 | 0.19 | 37.86 | 0.52 | 0.61 |
| Hex | CF | A9 | 68 | 0 | 12 | 32 | 13 | 26 | 34 | 3D |
| Octal | 317 | 251 | 150 | 0 | 22 | 62 | 23 | 46 | 64 | 75 |
| Binary | 11001111 | 10101001 | 1101000 | 0 | 10010 | 110010 | 10011 | 100110 | 110100 | 111101 |
Color Harmonies of #CFA968
Complementary color
Monochromatic Colors of #CFA968
Black with #CFA968
Text Example
Text Example
White with #CFA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA968; }
p { color: rgb(207,169,104); }
H1.HeaderClassName
{
color: #CFA968;
}
.AnyTagClassName
{
color: #CFA968;
}
</style>
background-color css
<style>
a { background-color: #CFA968; }
a { background-color: rgb(207,169,104); }
div.DivClassName
{
background-color: #CFA968;
}
.BgClassName
{
background-color: #CFA968;
}
</style>
border-color css
<style>
span { border-color: #CFA968; }
span { border-color: rgb(207,169,104); }
td.TdClassName
{
border-color: #CFA968;
}
.TagClassName
{
border-color: #CFA968;
}
</style>