Shades of Ottoman #C9D1BF
Tints of Ottoman #C9D1BF
RGB
CMYK
RGB Variations
Color information
#C9D1BF (or 0xC9D1BF) is known color: Ottoman. HEX triplet: C9, D1 and BF. RGB value is (201,209,191). Sum of RGB (Red+Green+Blue) = 201+209+191=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1BF is #362E40. Grayscale: #CCCCCC. Windows color (decimal): -3550785 or 12571081. OLE color: 12571081.
HSL color Cylindrical-coordinate representation of color #C9D1BF: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D1BF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 191 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.18 |
| HSL | 86.67º | 0.16% | 0.78% | - |
| HSV(B) | 86.67º | 0.09% | 0.82% | - |
| XYZ | 56.29 | 61.78 | 58.25 | - |
| YUV | 204.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 191 | 0.04 | 0 | 0.09 | 0.18 | 86.67 | 0.16 | 0.78 |
| Hex | C9 | D1 | BF | 4 | 0 | 9 | 12 | 57 | 10 | 4E |
| Octal | 311 | 321 | 277 | 4 | 0 | 11 | 22 | 127 | 20 | 116 |
| Binary | 11001001 | 11010001 | 10111111 | 100 | 0 | 1001 | 10010 | 1010111 | 10000 | 1001110 |
Color Harmonies of #C9D1BF
Complementary color
Monochromatic Colors of #C9D1BF
Black with #C9D1BF
Text Example
Text Example
White with #C9D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D1BF; }
p { color: rgb(201,209,191); }
H1.HeaderClassName
{
color: #C9D1BF;
}
.AnyTagClassName
{
color: #C9D1BF;
}
</style>
background-color css
<style>
a { background-color: #C9D1BF; }
a { background-color: rgb(201,209,191); }
div.DivClassName
{
background-color: #C9D1BF;
}
.BgClassName
{
background-color: #C9D1BF;
}
</style>
border-color css
<style>
span { border-color: #C9D1BF; }
span { border-color: rgb(201,209,191); }
td.TdClassName
{
border-color: #C9D1BF;
}
.TagClassName
{
border-color: #C9D1BF;
}
</style>