Shades of Cameo #CFA97C
Tints of Cameo #CFA97C
RGB
CMYK
RGB Variations
Color information
#CFA97C (or 0xCFA97C) is known color: Cameo. HEX triplet: CF, A9 and 7C. RGB value is (207,169,124). Sum of RGB (Red+Green+Blue) = 207+169+124=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA97C is #305683. Grayscale: #AFAFAF. Windows color (decimal): -3167876 or 8169935. OLE color: 8169935.
HSL color Cylindrical-coordinate representation of color #CFA97C: hue angle of 32.53º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFA97C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 124 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.19 |
| HSL | 32.53º | 0.46% | 0.65% | - |
| HSV(B) | 32.53º | 0.4% | 0.81% | - |
| XYZ | 43.56 | 43.1 | 25.09 | - |
| YUV | 175.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 124 | 0 | 0.18 | 0.40 | 0.19 | 32.53 | 0.46 | 0.65 |
| Hex | CF | A9 | 7C | 0 | 12 | 28 | 13 | 21 | 2E | 41 |
| Octal | 317 | 251 | 174 | 0 | 22 | 50 | 23 | 41 | 56 | 101 |
| Binary | 11001111 | 10101001 | 1111100 | 0 | 10010 | 101000 | 10011 | 100001 | 101110 | 1000001 |
Color Harmonies of #CFA97C
Complementary color
Monochromatic Colors of #CFA97C
Black with #CFA97C
Text Example
Text Example
White with #CFA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA97C; }
p { color: rgb(207,169,124); }
H1.HeaderClassName
{
color: #CFA97C;
}
.AnyTagClassName
{
color: #CFA97C;
}
</style>
background-color css
<style>
a { background-color: #CFA97C; }
a { background-color: rgb(207,169,124); }
div.DivClassName
{
background-color: #CFA97C;
}
.BgClassName
{
background-color: #CFA97C;
}
</style>
border-color css
<style>
span { border-color: #CFA97C; }
span { border-color: rgb(207,169,124); }
td.TdClassName
{
border-color: #CFA97C;
}
.TagClassName
{
border-color: #CFA97C;
}
</style>