Shades of Cameo #CFA87E
Tints of Cameo #CFA87E
RGB
CMYK
RGB Variations
Color information
#CFA87E (or 0xCFA87E) is known color: Cameo. HEX triplet: CF, A8 and 7E. RGB value is (207,168,126). Sum of RGB (Red+Green+Blue) = 207+168+126=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA87E is #305781. Grayscale: #AFAFAF. Windows color (decimal): -3168130 or 8300751. OLE color: 8300751.
HSL color Cylindrical-coordinate representation of color #CFA87E: hue angle of 31.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFA87E is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 126 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.19 |
| HSL | 31.11º | 0.46% | 0.65% | - |
| HSV(B) | 31.11º | 0.39% | 0.81% | - |
| XYZ | 43.5 | 42.78 | 25.7 | - |
| YUV | 174.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 126 | 0 | 0.19 | 0.39 | 0.19 | 31.11 | 0.46 | 0.65 |
| Hex | CF | A8 | 7E | 0 | 13 | 27 | 13 | 1F | 2E | 41 |
| Octal | 317 | 250 | 176 | 0 | 23 | 47 | 23 | 37 | 56 | 101 |
| Binary | 11001111 | 10101000 | 1111110 | 0 | 10011 | 100111 | 10011 | 11111 | 101110 | 1000001 |
Color Harmonies of #CFA87E
Complementary color
Monochromatic Colors of #CFA87E
Black with #CFA87E
Text Example
Text Example
White with #CFA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA87E; }
p { color: rgb(207,168,126); }
H1.HeaderClassName
{
color: #CFA87E;
}
.AnyTagClassName
{
color: #CFA87E;
}
</style>
background-color css
<style>
a { background-color: #CFA87E; }
a { background-color: rgb(207,168,126); }
div.DivClassName
{
background-color: #CFA87E;
}
.BgClassName
{
background-color: #CFA87E;
}
</style>
border-color css
<style>
span { border-color: #CFA87E; }
span { border-color: rgb(207,168,126); }
td.TdClassName
{
border-color: #CFA87E;
}
.TagClassName
{
border-color: #CFA87E;
}
</style>