Shades of Cameo #CFAB88
Tints of Cameo #CFAB88
RGB
CMYK
RGB Variations
Color information
#CFAB88 (or 0xCFAB88) is known color: Cameo. HEX triplet: CF, AB and 88. RGB value is (207,171,136). Sum of RGB (Red+Green+Blue) = 207+171+136=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB88 is #305477. Grayscale: #B1B1B1. Windows color (decimal): -3167352 or 8956879. OLE color: 8956879.
HSL color Cylindrical-coordinate representation of color #CFAB88: hue angle of 29.58º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFAB88 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 136 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.19 |
| HSL | 29.58º | 0.43% | 0.67% | - |
| HSV(B) | 29.58º | 0.34% | 0.81% | - |
| XYZ | 44.74 | 44.17 | 29.46 | - |
| YUV | 177.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 136 | 0 | 0.17 | 0.34 | 0.19 | 29.58 | 0.43 | 0.67 |
| Hex | CF | AB | 88 | 0 | 11 | 22 | 13 | 1E | 2B | 43 |
| Octal | 317 | 253 | 210 | 0 | 21 | 42 | 23 | 36 | 53 | 103 |
| Binary | 11001111 | 10101011 | 10001000 | 0 | 10001 | 100010 | 10011 | 11110 | 101011 | 1000011 |
Color Harmonies of #CFAB88
Complementary color
Monochromatic Colors of #CFAB88
Black with #CFAB88
Text Example
Text Example
White with #CFAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB88; }
p { color: rgb(207,171,136); }
H1.HeaderClassName
{
color: #CFAB88;
}
.AnyTagClassName
{
color: #CFAB88;
}
</style>
background-color css
<style>
a { background-color: #CFAB88; }
a { background-color: rgb(207,171,136); }
div.DivClassName
{
background-color: #CFAB88;
}
.BgClassName
{
background-color: #CFAB88;
}
</style>
border-color css
<style>
span { border-color: #CFAB88; }
span { border-color: rgb(207,171,136); }
td.TdClassName
{
border-color: #CFAB88;
}
.TagClassName
{
border-color: #CFAB88;
}
</style>