Shades of Cameo #CFA87B
Tints of Cameo #CFA87B
RGB
CMYK
RGB Variations
Color information
#CFA87B (or 0xCFA87B) is known color: Cameo. HEX triplet: CF, A8 and 7B. RGB value is (207,168,123). Sum of RGB (Red+Green+Blue) = 207+168+123=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA87B is #305784. Grayscale: #AEAEAE. Windows color (decimal): -3168133 or 8104143. OLE color: 8104143.
HSL color Cylindrical-coordinate representation of color #CFA87B: hue angle of 32.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFA87B is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 123 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.19 |
| HSL | 32.14º | 0.47% | 0.65% | - |
| HSV(B) | 32.14º | 0.41% | 0.81% | - |
| XYZ | 43.31 | 42.7 | 24.7 | - |
| YUV | 174.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 123 | 0 | 0.19 | 0.41 | 0.19 | 32.14 | 0.47 | 0.65 |
| Hex | CF | A8 | 7B | 0 | 13 | 29 | 13 | 20 | 2F | 41 |
| Octal | 317 | 250 | 173 | 0 | 23 | 51 | 23 | 40 | 57 | 101 |
| Binary | 11001111 | 10101000 | 1111011 | 0 | 10011 | 101001 | 10011 | 100000 | 101111 | 1000001 |
Color Harmonies of #CFA87B
Complementary color
Monochromatic Colors of #CFA87B
Black with #CFA87B
Text Example
Text Example
White with #CFA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA87B; }
p { color: rgb(207,168,123); }
H1.HeaderClassName
{
color: #CFA87B;
}
.AnyTagClassName
{
color: #CFA87B;
}
</style>
background-color css
<style>
a { background-color: #CFA87B; }
a { background-color: rgb(207,168,123); }
div.DivClassName
{
background-color: #CFA87B;
}
.BgClassName
{
background-color: #CFA87B;
}
</style>
border-color css
<style>
span { border-color: #CFA87B; }
span { border-color: rgb(207,168,123); }
td.TdClassName
{
border-color: #CFA87B;
}
.TagClassName
{
border-color: #CFA87B;
}
</style>