Shades of Cameo #CFA986
Tints of Cameo #CFA986
RGB
CMYK
RGB Variations
Color information
#CFA986 (or 0xCFA986) is known color: Cameo. HEX triplet: CF, A9 and 86. RGB value is (207,169,134). Sum of RGB (Red+Green+Blue) = 207+169+134=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA986 is #305679. Grayscale: #B0B0B0. Windows color (decimal): -3167866 or 8825295. OLE color: 8825295.
HSL color Cylindrical-coordinate representation of color #CFA986: hue angle of 28.77º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA986 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 134 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.19 |
| HSL | 28.77º | 0.43% | 0.67% | - |
| HSV(B) | 28.77º | 0.35% | 0.81% | - |
| XYZ | 44.22 | 43.36 | 28.59 | - |
| YUV | 176.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 134 | 0 | 0.18 | 0.35 | 0.19 | 28.77 | 0.43 | 0.67 |
| Hex | CF | A9 | 86 | 0 | 12 | 23 | 13 | 1D | 2B | 43 |
| Octal | 317 | 251 | 206 | 0 | 22 | 43 | 23 | 35 | 53 | 103 |
| Binary | 11001111 | 10101001 | 10000110 | 0 | 10010 | 100011 | 10011 | 11101 | 101011 | 1000011 |
Color Harmonies of #CFA986
Complementary color
Monochromatic Colors of #CFA986
Black with #CFA986
Text Example
Text Example
White with #CFA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA986; }
p { color: rgb(207,169,134); }
H1.HeaderClassName
{
color: #CFA986;
}
.AnyTagClassName
{
color: #CFA986;
}
</style>
background-color css
<style>
a { background-color: #CFA986; }
a { background-color: rgb(207,169,134); }
div.DivClassName
{
background-color: #CFA986;
}
.BgClassName
{
background-color: #CFA986;
}
</style>
border-color css
<style>
span { border-color: #CFA986; }
span { border-color: rgb(207,169,134); }
td.TdClassName
{
border-color: #CFA986;
}
.TagClassName
{
border-color: #CFA986;
}
</style>