Shades of Cameo #CFA689
Tints of Cameo #CFA689
RGB
CMYK
RGB Variations
Color information
#CFA689 (or 0xCFA689) is known color: Cameo. HEX triplet: CF, A6 and 89. RGB value is (207,166,137). Sum of RGB (Red+Green+Blue) = 207+166+137=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA689 is #305976. Grayscale: #AFAFAF. Windows color (decimal): -3168631 or 9021135. OLE color: 9021135.
HSL color Cylindrical-coordinate representation of color #CFA689: hue angle of 24.86º 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 #CFA689 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 137 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.19 |
| HSL | 24.86º | 0.42% | 0.67% | - |
| HSV(B) | 24.86º | 0.34% | 0.81% | - |
| XYZ | 43.88 | 42.34 | 29.53 | - |
| YUV | 174.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 137 | 0 | 0.20 | 0.34 | 0.19 | 24.86 | 0.42 | 0.67 |
| Hex | CF | A6 | 89 | 0 | 14 | 22 | 13 | 19 | 2A | 43 |
| Octal | 317 | 246 | 211 | 0 | 24 | 42 | 23 | 31 | 52 | 103 |
| Binary | 11001111 | 10100110 | 10001001 | 0 | 10100 | 100010 | 10011 | 11001 | 101010 | 1000011 |
Color Harmonies of #CFA689
Complementary color
Monochromatic Colors of #CFA689
Black with #CFA689
Text Example
Text Example
White with #CFA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA689; }
p { color: rgb(207,166,137); }
H1.HeaderClassName
{
color: #CFA689;
}
.AnyTagClassName
{
color: #CFA689;
}
</style>
background-color css
<style>
a { background-color: #CFA689; }
a { background-color: rgb(207,166,137); }
div.DivClassName
{
background-color: #CFA689;
}
.BgClassName
{
background-color: #CFA689;
}
</style>
border-color css
<style>
span { border-color: #CFA689; }
span { border-color: rgb(207,166,137); }
td.TdClassName
{
border-color: #CFA689;
}
.TagClassName
{
border-color: #CFA689;
}
</style>