Shades of Cameo #CFA98B
Tints of Cameo #CFA98B
RGB
CMYK
RGB Variations
Color information
#CFA98B (or 0xCFA98B) is known color: Cameo. HEX triplet: CF, A9 and 8B. RGB value is (207,169,139). Sum of RGB (Red+Green+Blue) = 207+169+139=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA98B is #305674. Grayscale: #B1B1B1. Windows color (decimal): -3167861 or 9152975. OLE color: 9152975.
HSL color Cylindrical-coordinate representation of color #CFA98B: hue angle of 26.47º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA98B is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 139 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.19 |
| HSL | 26.47º | 0.41% | 0.68% | - |
| HSV(B) | 26.47º | 0.33% | 0.81% | - |
| XYZ | 44.58 | 43.51 | 30.47 | - |
| YUV | 176.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 139 | 0 | 0.18 | 0.33 | 0.19 | 26.47 | 0.41 | 0.68 |
| Hex | CF | A9 | 8B | 0 | 12 | 21 | 13 | 1A | 29 | 44 |
| Octal | 317 | 251 | 213 | 0 | 22 | 41 | 23 | 32 | 51 | 104 |
| Binary | 11001111 | 10101001 | 10001011 | 0 | 10010 | 100001 | 10011 | 11010 | 101001 | 1000100 |
Color Harmonies of #CFA98B
Complementary color
Monochromatic Colors of #CFA98B
Black with #CFA98B
Text Example
Text Example
White with #CFA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA98B; }
p { color: rgb(207,169,139); }
H1.HeaderClassName
{
color: #CFA98B;
}
.AnyTagClassName
{
color: #CFA98B;
}
</style>
background-color css
<style>
a { background-color: #CFA98B; }
a { background-color: rgb(207,169,139); }
div.DivClassName
{
background-color: #CFA98B;
}
.BgClassName
{
background-color: #CFA98B;
}
</style>
border-color css
<style>
span { border-color: #CFA98B; }
span { border-color: rgb(207,169,139); }
td.TdClassName
{
border-color: #CFA98B;
}
.TagClassName
{
border-color: #CFA98B;
}
</style>