Shades of Ottoman #C9D9BB
Tints of Ottoman #C9D9BB
RGB
CMYK
RGB Variations
Color information
#C9D9BB (or 0xC9D9BB) is known color: Ottoman. HEX triplet: C9, D9 and BB. RGB value is (201,217,187). Sum of RGB (Red+Green+Blue) = 201+217+187=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9BB is #362644. Grayscale: #D0D0D0. Windows color (decimal): -3548741 or 12310985. OLE color: 12310985.
HSL color Cylindrical-coordinate representation of color #C9D9BB: hue angle of 92º 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 #C9D9BB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 187 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.15 |
| HSL | 92º | 0.28% | 0.79% | - |
| HSV(B) | 92º | 0.14% | 0.85% | - |
| XYZ | 57.87 | 65.63 | 56.63 | - |
| YUV | 208.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 187 | 0.07 | 0 | 0.14 | 0.15 | 92 | 0.28 | 0.79 |
| Hex | C9 | D9 | BB | 7 | 0 | E | F | 5C | 1C | 4F |
| Octal | 311 | 331 | 273 | 7 | 0 | 16 | 17 | 134 | 34 | 117 |
| Binary | 11001001 | 11011001 | 10111011 | 111 | 0 | 1110 | 1111 | 1011100 | 11100 | 1001111 |
Color Harmonies of #C9D9BB
Complementary color
Monochromatic Colors of #C9D9BB
Black with #C9D9BB
Text Example
Text Example
White with #C9D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D9BB; }
p { color: rgb(201,217,187); }
H1.HeaderClassName
{
color: #C9D9BB;
}
.AnyTagClassName
{
color: #C9D9BB;
}
</style>
background-color css
<style>
a { background-color: #C9D9BB; }
a { background-color: rgb(201,217,187); }
div.DivClassName
{
background-color: #C9D9BB;
}
.BgClassName
{
background-color: #C9D9BB;
}
</style>
border-color css
<style>
span { border-color: #C9D9BB; }
span { border-color: rgb(201,217,187); }
td.TdClassName
{
border-color: #C9D9BB;
}
.TagClassName
{
border-color: #C9D9BB;
}
</style>