Shades of Ottoman #C9D9BA
Tints of Ottoman #C9D9BA
RGB
CMYK
RGB Variations
Color information
#C9D9BA (or 0xC9D9BA) is known color: Ottoman. HEX triplet: C9, D9 and BA. RGB value is (201,217,186). Sum of RGB (Red+Green+Blue) = 201+217+186=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9BA is #362645. Grayscale: #D0D0D0. Windows color (decimal): -3548742 or 12245449. OLE color: 12245449.
HSL color Cylindrical-coordinate representation of color #C9D9BA: hue angle of 90.97º degrees, saturation: 0.29, 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 #C9D9BA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 186 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.15 |
| HSL | 90.97º | 0.29% | 0.79% | - |
| HSV(B) | 90.97º | 0.14% | 0.85% | - |
| XYZ | 57.76 | 65.59 | 56.07 | - |
| YUV | 208.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 186 | 0.07 | 0 | 0.14 | 0.15 | 90.97 | 0.29 | 0.79 |
| Hex | C9 | D9 | BA | 7 | 0 | E | F | 5B | 1D | 4F |
| Octal | 311 | 331 | 272 | 7 | 0 | 16 | 17 | 133 | 35 | 117 |
| Binary | 11001001 | 11011001 | 10111010 | 111 | 0 | 1110 | 1111 | 1011011 | 11101 | 1001111 |
Color Harmonies of #C9D9BA
Complementary color
Monochromatic Colors of #C9D9BA
Black with #C9D9BA
Text Example
Text Example
White with #C9D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D9BA; }
p { color: rgb(201,217,186); }
H1.HeaderClassName
{
color: #C9D9BA;
}
.AnyTagClassName
{
color: #C9D9BA;
}
</style>
background-color css
<style>
a { background-color: #C9D9BA; }
a { background-color: rgb(201,217,186); }
div.DivClassName
{
background-color: #C9D9BA;
}
.BgClassName
{
background-color: #C9D9BA;
}
</style>
border-color css
<style>
span { border-color: #C9D9BA; }
span { border-color: rgb(201,217,186); }
td.TdClassName
{
border-color: #C9D9BA;
}
.TagClassName
{
border-color: #C9D9BA;
}
</style>