Shades of Cameo #CFA087
Tints of Cameo #CFA087
RGB
CMYK
RGB Variations
Color information
#CFA087 (or 0xCFA087) is known color: Cameo. HEX triplet: CF, A0 and 87. RGB value is (207,160,135). Sum of RGB (Red+Green+Blue) = 207+160+135=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA087 is #305F78. Grayscale: #ABABAB. Windows color (decimal): -3170169 or 8888527. OLE color: 8888527.
HSL color Cylindrical-coordinate representation of color #CFA087: hue angle of 20.83º 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 #CFA087 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 135 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.19 |
| HSL | 20.83º | 0.43% | 0.67% | - |
| HSV(B) | 20.83º | 0.35% | 0.81% | - |
| XYZ | 42.68 | 40.16 | 28.42 | - |
| YUV | 171.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 135 | 0 | 0.23 | 0.35 | 0.19 | 20.83 | 0.43 | 0.67 |
| Hex | CF | A0 | 87 | 0 | 17 | 23 | 13 | 15 | 2B | 43 |
| Octal | 317 | 240 | 207 | 0 | 27 | 43 | 23 | 25 | 53 | 103 |
| Binary | 11001111 | 10100000 | 10000111 | 0 | 10111 | 100011 | 10011 | 10101 | 101011 | 1000011 |
Color Harmonies of #CFA087
Complementary color
Monochromatic Colors of #CFA087
Black with #CFA087
Text Example
Text Example
White with #CFA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA087; }
p { color: rgb(207,160,135); }
H1.HeaderClassName
{
color: #CFA087;
}
.AnyTagClassName
{
color: #CFA087;
}
</style>
background-color css
<style>
a { background-color: #CFA087; }
a { background-color: rgb(207,160,135); }
div.DivClassName
{
background-color: #CFA087;
}
.BgClassName
{
background-color: #CFA087;
}
</style>
border-color css
<style>
span { border-color: #CFA087; }
span { border-color: rgb(207,160,135); }
td.TdClassName
{
border-color: #CFA087;
}
.TagClassName
{
border-color: #CFA087;
}
</style>