Shades of Putty #CFA86A
Tints of Putty #CFA86A
RGB
CMYK
RGB Variations
Color information
#CFA86A (or 0xCFA86A) is known color: Putty. HEX triplet: CF, A8 and 6A. RGB value is (207,168,106). Sum of RGB (Red+Green+Blue) = 207+168+106=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA86A is #305795. Grayscale: #ACACAC. Windows color (decimal): -3168150 or 6990031. OLE color: 6990031.
HSL color Cylindrical-coordinate representation of color #CFA86A: hue angle of 36.83º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFA86A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 106 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.19 |
| HSL | 36.83º | 0.51% | 0.61% | - |
| HSV(B) | 36.83º | 0.49% | 0.81% | - |
| XYZ | 42.34 | 42.31 | 19.57 | - |
| YUV | 172.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 106 | 0 | 0.19 | 0.49 | 0.19 | 36.83 | 0.51 | 0.61 |
| Hex | CF | A8 | 6A | 0 | 13 | 31 | 13 | 25 | 33 | 3D |
| Octal | 317 | 250 | 152 | 0 | 23 | 61 | 23 | 45 | 63 | 75 |
| Binary | 11001111 | 10101000 | 1101010 | 0 | 10011 | 110001 | 10011 | 100101 | 110011 | 111101 |
Color Harmonies of #CFA86A
Complementary color
Monochromatic Colors of #CFA86A
Black with #CFA86A
Text Example
Text Example
White with #CFA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA86A; }
p { color: rgb(207,168,106); }
H1.HeaderClassName
{
color: #CFA86A;
}
.AnyTagClassName
{
color: #CFA86A;
}
</style>
background-color css
<style>
a { background-color: #CFA86A; }
a { background-color: rgb(207,168,106); }
div.DivClassName
{
background-color: #CFA86A;
}
.BgClassName
{
background-color: #CFA86A;
}
</style>
border-color css
<style>
span { border-color: #CFA86A; }
span { border-color: rgb(207,168,106); }
td.TdClassName
{
border-color: #CFA86A;
}
.TagClassName
{
border-color: #CFA86A;
}
</style>