Shades of Cameo #CFA887
Tints of Cameo #CFA887
RGB
CMYK
RGB Variations
Color information
#CFA887 (or 0xCFA887) is known color: Cameo. HEX triplet: CF, A8 and 87. RGB value is (207,168,135). Sum of RGB (Red+Green+Blue) = 207+168+135=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA887 is #305778. Grayscale: #B0B0B0. Windows color (decimal): -3168121 or 8890575. OLE color: 8890575.
HSL color Cylindrical-coordinate representation of color #CFA887: hue angle of 27.5º 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 #CFA887 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 135 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.19 |
| HSL | 27.5º | 0.43% | 0.67% | - |
| HSV(B) | 27.5º | 0.35% | 0.81% | - |
| XYZ | 44.11 | 43.02 | 28.9 | - |
| YUV | 175.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 135 | 0 | 0.19 | 0.35 | 0.19 | 27.5 | 0.43 | 0.67 |
| Hex | CF | A8 | 87 | 0 | 13 | 23 | 13 | 1C | 2B | 43 |
| Octal | 317 | 250 | 207 | 0 | 23 | 43 | 23 | 34 | 53 | 103 |
| Binary | 11001111 | 10101000 | 10000111 | 0 | 10011 | 100011 | 10011 | 11100 | 101011 | 1000011 |
Color Harmonies of #CFA887
Complementary color
Monochromatic Colors of #CFA887
Black with #CFA887
Text Example
Text Example
White with #CFA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA887; }
p { color: rgb(207,168,135); }
H1.HeaderClassName
{
color: #CFA887;
}
.AnyTagClassName
{
color: #CFA887;
}
</style>
background-color css
<style>
a { background-color: #CFA887; }
a { background-color: rgb(207,168,135); }
div.DivClassName
{
background-color: #CFA887;
}
.BgClassName
{
background-color: #CFA887;
}
</style>
border-color css
<style>
span { border-color: #CFA887; }
span { border-color: rgb(207,168,135); }
td.TdClassName
{
border-color: #CFA887;
}
.TagClassName
{
border-color: #CFA887;
}
</style>