Shades of Cameo #CFA789
Tints of Cameo #CFA789
RGB
CMYK
RGB Variations
Color information
#CFA789 (or 0xCFA789) is known color: Cameo. HEX triplet: CF, A7 and 89. RGB value is (207,167,137). Sum of RGB (Red+Green+Blue) = 207+167+137=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA789 is #305876. Grayscale: #AFAFAF. Windows color (decimal): -3168375 or 9021391. OLE color: 9021391.
HSL color Cylindrical-coordinate representation of color #CFA789: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA789 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 137 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.19 |
| HSL | 25.71º | 0.42% | 0.67% | - |
| HSV(B) | 25.71º | 0.34% | 0.81% | - |
| XYZ | 44.07 | 42.71 | 29.59 | - |
| YUV | 175.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 137 | 0 | 0.19 | 0.34 | 0.19 | 25.71 | 0.42 | 0.67 |
| Hex | CF | A7 | 89 | 0 | 13 | 22 | 13 | 1A | 2A | 43 |
| Octal | 317 | 247 | 211 | 0 | 23 | 42 | 23 | 32 | 52 | 103 |
| Binary | 11001111 | 10100111 | 10001001 | 0 | 10011 | 100010 | 10011 | 11010 | 101010 | 1000011 |
Color Harmonies of #CFA789
Complementary color
Monochromatic Colors of #CFA789
Black with #CFA789
Text Example
Text Example
White with #CFA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA789; }
p { color: rgb(207,167,137); }
H1.HeaderClassName
{
color: #CFA789;
}
.AnyTagClassName
{
color: #CFA789;
}
</style>
background-color css
<style>
a { background-color: #CFA789; }
a { background-color: rgb(207,167,137); }
div.DivClassName
{
background-color: #CFA789;
}
.BgClassName
{
background-color: #CFA789;
}
</style>
border-color css
<style>
span { border-color: #CFA789; }
span { border-color: rgb(207,167,137); }
td.TdClassName
{
border-color: #CFA789;
}
.TagClassName
{
border-color: #CFA789;
}
</style>