Shades of Ottoman #C9D8BA
Tints of Ottoman #C9D8BA
RGB
CMYK
RGB Variations
Color information
#C9D8BA (or 0xC9D8BA) is known color: Ottoman. HEX triplet: C9, D8 and BA. RGB value is (201,216,186). Sum of RGB (Red+Green+Blue) = 201+216+186=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8BA is #362745. Grayscale: #D0D0D0. Windows color (decimal): -3548998 or 12245193. OLE color: 12245193.
HSL color Cylindrical-coordinate representation of color #C9D8BA: hue angle of 90º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9D8BA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 186 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.15 |
| HSL | 90º | 0.28% | 0.79% | - |
| HSV(B) | 90º | 0.14% | 0.85% | - |
| XYZ | 57.51 | 65.07 | 55.98 | - |
| YUV | 208.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 186 | 0.07 | 0 | 0.14 | 0.15 | 90 | 0.28 | 0.79 |
| Hex | C9 | D8 | BA | 7 | 0 | E | F | 5A | 1C | 4F |
| Octal | 311 | 330 | 272 | 7 | 0 | 16 | 17 | 132 | 34 | 117 |
| Binary | 11001001 | 11011000 | 10111010 | 111 | 0 | 1110 | 1111 | 1011010 | 11100 | 1001111 |
Color Harmonies of #C9D8BA
Complementary color
Monochromatic Colors of #C9D8BA
Black with #C9D8BA
Text Example
Text Example
White with #C9D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8BA; }
p { color: rgb(201,216,186); }
H1.HeaderClassName
{
color: #C9D8BA;
}
.AnyTagClassName
{
color: #C9D8BA;
}
</style>
background-color css
<style>
a { background-color: #C9D8BA; }
a { background-color: rgb(201,216,186); }
div.DivClassName
{
background-color: #C9D8BA;
}
.BgClassName
{
background-color: #C9D8BA;
}
</style>
border-color css
<style>
span { border-color: #C9D8BA; }
span { border-color: rgb(201,216,186); }
td.TdClassName
{
border-color: #C9D8BA;
}
.TagClassName
{
border-color: #C9D8BA;
}
</style>