Shades of Cameo #CFA688
Tints of Cameo #CFA688
RGB
CMYK
RGB Variations
Color information
#CFA688 (or 0xCFA688) is known color: Cameo. HEX triplet: CF, A6 and 88. RGB value is (207,166,136). Sum of RGB (Red+Green+Blue) = 207+166+136=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA688 is #305977. Grayscale: #AFAFAF. Windows color (decimal): -3168632 or 8955599. OLE color: 8955599.
HSL color Cylindrical-coordinate representation of color #CFA688: hue angle of 25.35º degrees, saturation: 0.43, 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 #CFA688 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 136 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.19 |
| HSL | 25.35º | 0.43% | 0.67% | - |
| HSV(B) | 25.35º | 0.34% | 0.81% | - |
| XYZ | 43.81 | 42.32 | 29.15 | - |
| YUV | 174.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 136 | 0 | 0.20 | 0.34 | 0.19 | 25.35 | 0.43 | 0.67 |
| Hex | CF | A6 | 88 | 0 | 14 | 22 | 13 | 19 | 2B | 43 |
| Octal | 317 | 246 | 210 | 0 | 24 | 42 | 23 | 31 | 53 | 103 |
| Binary | 11001111 | 10100110 | 10001000 | 0 | 10100 | 100010 | 10011 | 11001 | 101011 | 1000011 |
Color Harmonies of #CFA688
Complementary color
Monochromatic Colors of #CFA688
Black with #CFA688
Text Example
Text Example
White with #CFA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA688; }
p { color: rgb(207,166,136); }
H1.HeaderClassName
{
color: #CFA688;
}
.AnyTagClassName
{
color: #CFA688;
}
</style>
background-color css
<style>
a { background-color: #CFA688; }
a { background-color: rgb(207,166,136); }
div.DivClassName
{
background-color: #CFA688;
}
.BgClassName
{
background-color: #CFA688;
}
</style>
border-color css
<style>
span { border-color: #CFA688; }
span { border-color: rgb(207,166,136); }
td.TdClassName
{
border-color: #CFA688;
}
.TagClassName
{
border-color: #CFA688;
}
</style>