Shades of Cameo #CFA076
Tints of Cameo #CFA076
RGB
CMYK
RGB Variations
Color information
#CFA076 (or 0xCFA076) is known color: Cameo. HEX triplet: CF, A0 and 76. RGB value is (207,160,118). Sum of RGB (Red+Green+Blue) = 207+160+118=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA076 is #305F89. Grayscale: #A9A9A9. Windows color (decimal): -3170186 or 7774415. OLE color: 7774415.
HSL color Cylindrical-coordinate representation of color #CFA076: hue angle of 28.31º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA076 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 118 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.19 |
| HSL | 28.31º | 0.48% | 0.64% | - |
| HSV(B) | 28.31º | 0.43% | 0.81% | - |
| XYZ | 41.57 | 39.72 | 22.61 | - |
| YUV | 169.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 118 | 0 | 0.23 | 0.43 | 0.19 | 28.31 | 0.48 | 0.64 |
| Hex | CF | A0 | 76 | 0 | 17 | 2B | 13 | 1C | 30 | 40 |
| Octal | 317 | 240 | 166 | 0 | 27 | 53 | 23 | 34 | 60 | 100 |
| Binary | 11001111 | 10100000 | 1110110 | 0 | 10111 | 101011 | 10011 | 11100 | 110000 | 1000000 |
Color Harmonies of #CFA076
Complementary color
Monochromatic Colors of #CFA076
Black with #CFA076
Text Example
Text Example
White with #CFA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA076; }
p { color: rgb(207,160,118); }
H1.HeaderClassName
{
color: #CFA076;
}
.AnyTagClassName
{
color: #CFA076;
}
</style>
background-color css
<style>
a { background-color: #CFA076; }
a { background-color: rgb(207,160,118); }
div.DivClassName
{
background-color: #CFA076;
}
.BgClassName
{
background-color: #CFA076;
}
</style>
border-color css
<style>
span { border-color: #CFA076; }
span { border-color: rgb(207,160,118); }
td.TdClassName
{
border-color: #CFA076;
}
.TagClassName
{
border-color: #CFA076;
}
</style>