Shades of Cameo #CFAB8E
Tints of Cameo #CFAB8E
RGB
CMYK
RGB Variations
Color information
#CFAB8E (or 0xCFAB8E) is known color: Cameo. HEX triplet: CF, AB and 8E. RGB value is (207,171,142). Sum of RGB (Red+Green+Blue) = 207+171+142=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB8E is #305471. Grayscale: #B2B2B2. Windows color (decimal): -3167346 or 9350095. OLE color: 9350095.
HSL color Cylindrical-coordinate representation of color #CFAB8E: hue angle of 26.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAB8E is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 142 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.19 |
| HSL | 26.77º | 0.4% | 0.68% | - |
| HSV(B) | 26.77º | 0.31% | 0.81% | - |
| XYZ | 45.18 | 44.34 | 31.77 | - |
| YUV | 178.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 142 | 0 | 0.17 | 0.31 | 0.19 | 26.77 | 0.4 | 0.68 |
| Hex | CF | AB | 8E | 0 | 11 | 1F | 13 | 1B | 28 | 44 |
| Octal | 317 | 253 | 216 | 0 | 21 | 37 | 23 | 33 | 50 | 104 |
| Binary | 11001111 | 10101011 | 10001110 | 0 | 10001 | 11111 | 10011 | 11011 | 101000 | 1000100 |
Color Harmonies of #CFAB8E
Complementary color
Monochromatic Colors of #CFAB8E
Black with #CFAB8E
Text Example
Text Example
White with #CFAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB8E; }
p { color: rgb(207,171,142); }
H1.HeaderClassName
{
color: #CFAB8E;
}
.AnyTagClassName
{
color: #CFAB8E;
}
</style>
background-color css
<style>
a { background-color: #CFAB8E; }
a { background-color: rgb(207,171,142); }
div.DivClassName
{
background-color: #CFAB8E;
}
.BgClassName
{
background-color: #CFAB8E;
}
</style>
border-color css
<style>
span { border-color: #CFAB8E; }
span { border-color: rgb(207,171,142); }
td.TdClassName
{
border-color: #CFAB8E;
}
.TagClassName
{
border-color: #CFAB8E;
}
</style>