Shades of Ottoman #C9D6BE
Tints of Ottoman #C9D6BE
RGB
CMYK
RGB Variations
Color information
#C9D6BE (or 0xC9D6BE) is known color: Ottoman. HEX triplet: C9, D6 and BE. RGB value is (201,214,190). Sum of RGB (Red+Green+Blue) = 201+214+190=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6BE is #362941. Grayscale: #CFCFCF. Windows color (decimal): -3549506 or 12506825. OLE color: 12506825.
HSL color Cylindrical-coordinate representation of color #C9D6BE: hue angle of 92.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9D6BE is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 190 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.16 |
| HSL | 92.5º | 0.23% | 0.79% | - |
| HSV(B) | 92.5º | 0.11% | 0.84% | - |
| XYZ | 57.43 | 64.23 | 58.09 | - |
| YUV | 207.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 190 | 0.06 | 0 | 0.11 | 0.16 | 92.5 | 0.23 | 0.79 |
| Hex | C9 | D6 | BE | 6 | 0 | B | 10 | 5C | 17 | 4F |
| Octal | 311 | 326 | 276 | 6 | 0 | 13 | 20 | 134 | 27 | 117 |
| Binary | 11001001 | 11010110 | 10111110 | 110 | 0 | 1011 | 10000 | 1011100 | 10111 | 1001111 |
Color Harmonies of #C9D6BE
Complementary color
Monochromatic Colors of #C9D6BE
Black with #C9D6BE
Text Example
Text Example
White with #C9D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D6BE; }
p { color: rgb(201,214,190); }
H1.HeaderClassName
{
color: #C9D6BE;
}
.AnyTagClassName
{
color: #C9D6BE;
}
</style>
background-color css
<style>
a { background-color: #C9D6BE; }
a { background-color: rgb(201,214,190); }
div.DivClassName
{
background-color: #C9D6BE;
}
.BgClassName
{
background-color: #C9D6BE;
}
</style>
border-color css
<style>
span { border-color: #C9D6BE; }
span { border-color: rgb(201,214,190); }
td.TdClassName
{
border-color: #C9D6BE;
}
.TagClassName
{
border-color: #C9D6BE;
}
</style>