Shades of Ottoman #CFE0BA
Tints of Ottoman #CFE0BA
RGB
CMYK
RGB Variations
Color information
#CFE0BA (or 0xCFE0BA) is known color: Ottoman. HEX triplet: CF, E0 and BA. RGB value is (207,224,186). Sum of RGB (Red+Green+Blue) = 207+224+186=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0BA is #301F45. Grayscale: #D6D6D6. Windows color (decimal): -3153734 or 12247247. OLE color: 12247247.
HSL color Cylindrical-coordinate representation of color #CFE0BA: hue angle of 86.84º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE0BA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 186 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.12 |
| HSL | 86.84º | 0.38% | 0.8% | - |
| HSV(B) | 86.84º | 0.17% | 0.88% | - |
| XYZ | 61.25 | 70.12 | 56.76 | - |
| YUV | 214.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 186 | 0.08 | 0 | 0.17 | 0.12 | 86.84 | 0.38 | 0.8 |
| Hex | CF | E0 | BA | 8 | 0 | 11 | C | 57 | 26 | 50 |
| Octal | 317 | 340 | 272 | 10 | 0 | 21 | 14 | 127 | 46 | 120 |
| Binary | 11001111 | 11100000 | 10111010 | 1000 | 0 | 10001 | 1100 | 1010111 | 100110 | 1010000 |
Color Harmonies of #CFE0BA
Complementary color
Monochromatic Colors of #CFE0BA
Black with #CFE0BA
Text Example
Text Example
White with #CFE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0BA; }
p { color: rgb(207,224,186); }
H1.HeaderClassName
{
color: #CFE0BA;
}
.AnyTagClassName
{
color: #CFE0BA;
}
</style>
background-color css
<style>
a { background-color: #CFE0BA; }
a { background-color: rgb(207,224,186); }
div.DivClassName
{
background-color: #CFE0BA;
}
.BgClassName
{
background-color: #CFE0BA;
}
</style>
border-color css
<style>
span { border-color: #CFE0BA; }
span { border-color: rgb(207,224,186); }
td.TdClassName
{
border-color: #CFE0BA;
}
.TagClassName
{
border-color: #CFE0BA;
}
</style>