Shades of Cameo #CFAB89
Tints of Cameo #CFAB89
RGB
CMYK
RGB Variations
Color information
#CFAB89 (or 0xCFAB89) is known color: Cameo. HEX triplet: CF, AB and 89. RGB value is (207,171,137). Sum of RGB (Red+Green+Blue) = 207+171+137=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB89 is #305476. Grayscale: #B2B2B2. Windows color (decimal): -3167351 or 9022415. OLE color: 9022415.
HSL color Cylindrical-coordinate representation of color #CFAB89: hue angle of 29.14º degrees, saturation: 0.42, 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 #CFAB89 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 137 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.19 |
| HSL | 29.14º | 0.42% | 0.67% | - |
| HSV(B) | 29.14º | 0.34% | 0.81% | - |
| XYZ | 44.81 | 44.2 | 29.84 | - |
| YUV | 177.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 137 | 0 | 0.17 | 0.34 | 0.19 | 29.14 | 0.42 | 0.67 |
| Hex | CF | AB | 89 | 0 | 11 | 22 | 13 | 1D | 2A | 43 |
| Octal | 317 | 253 | 211 | 0 | 21 | 42 | 23 | 35 | 52 | 103 |
| Binary | 11001111 | 10101011 | 10001001 | 0 | 10001 | 100010 | 10011 | 11101 | 101010 | 1000011 |
Color Harmonies of #CFAB89
Complementary color
Monochromatic Colors of #CFAB89
Black with #CFAB89
Text Example
Text Example
White with #CFAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB89; }
p { color: rgb(207,171,137); }
H1.HeaderClassName
{
color: #CFAB89;
}
.AnyTagClassName
{
color: #CFAB89;
}
</style>
background-color css
<style>
a { background-color: #CFAB89; }
a { background-color: rgb(207,171,137); }
div.DivClassName
{
background-color: #CFAB89;
}
.BgClassName
{
background-color: #CFAB89;
}
</style>
border-color css
<style>
span { border-color: #CFAB89; }
span { border-color: rgb(207,171,137); }
td.TdClassName
{
border-color: #CFAB89;
}
.TagClassName
{
border-color: #CFAB89;
}
</style>