Shades of Ottoman #C8D0BF
Tints of Ottoman #C8D0BF
RGB
CMYK
RGB Variations
Color information
#C8D0BF (or 0xC8D0BF) is known color: Ottoman. HEX triplet: C8, D0 and BF. RGB value is (200,208,191). Sum of RGB (Red+Green+Blue) = 200+208+191=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0BF is #372F40. Grayscale: #CBCBCB. Windows color (decimal): -3616577 or 12570824. OLE color: 12570824.
HSL color Cylindrical-coordinate representation of color #C8D0BF: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D0BF is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 191 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.18 |
| HSL | 88.24º | 0.15% | 0.78% | - |
| HSV(B) | 88.24º | 0.08% | 0.82% | - |
| XYZ | 55.78 | 61.15 | 58.15 | - |
| YUV | 203.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 191 | 0.04 | 0 | 0.08 | 0.18 | 88.24 | 0.15 | 0.78 |
| Hex | C8 | D0 | BF | 4 | 0 | 8 | 12 | 58 | F | 4E |
| Octal | 310 | 320 | 277 | 4 | 0 | 10 | 22 | 130 | 17 | 116 |
| Binary | 11001000 | 11010000 | 10111111 | 100 | 0 | 1000 | 10010 | 1011000 | 1111 | 1001110 |
Color Harmonies of #C8D0BF
Complementary color
Monochromatic Colors of #C8D0BF
Black with #C8D0BF
Text Example
Text Example
White with #C8D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0BF; }
p { color: rgb(200,208,191); }
H1.HeaderClassName
{
color: #C8D0BF;
}
.AnyTagClassName
{
color: #C8D0BF;
}
</style>
background-color css
<style>
a { background-color: #C8D0BF; }
a { background-color: rgb(200,208,191); }
div.DivClassName
{
background-color: #C8D0BF;
}
.BgClassName
{
background-color: #C8D0BF;
}
</style>
border-color css
<style>
span { border-color: #C8D0BF; }
span { border-color: rgb(200,208,191); }
td.TdClassName
{
border-color: #C8D0BF;
}
.TagClassName
{
border-color: #C8D0BF;
}
</style>