Shades of Ottoman #C8D8B9
Tints of Ottoman #C8D8B9
RGB
CMYK
RGB Variations
Color information
#C8D8B9 (or 0xC8D8B9) is known color: Ottoman. HEX triplet: C8, D8 and B9. RGB value is (200,216,185). Sum of RGB (Red+Green+Blue) = 200+216+185=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8B9 is #372746. Grayscale: #CFCFCF. Windows color (decimal): -3614535 or 12179656. OLE color: 12179656.
HSL color Cylindrical-coordinate representation of color #C8D8B9: hue angle of 90.97º 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 #C8D8B9 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 185 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.15 |
| HSL | 90.97º | 0.28% | 0.79% | - |
| HSV(B) | 90.97º | 0.14% | 0.85% | - |
| XYZ | 57.13 | 64.89 | 55.41 | - |
| YUV | 207.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 185 | 0.07 | 0 | 0.14 | 0.15 | 90.97 | 0.28 | 0.79 |
| Hex | C8 | D8 | B9 | 7 | 0 | E | F | 5B | 1C | 4F |
| Octal | 310 | 330 | 271 | 7 | 0 | 16 | 17 | 133 | 34 | 117 |
| Binary | 11001000 | 11011000 | 10111001 | 111 | 0 | 1110 | 1111 | 1011011 | 11100 | 1001111 |
Color Harmonies of #C8D8B9
Complementary color
Monochromatic Colors of #C8D8B9
Black with #C8D8B9
Text Example
Text Example
White with #C8D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8B9; }
p { color: rgb(200,216,185); }
H1.HeaderClassName
{
color: #C8D8B9;
}
.AnyTagClassName
{
color: #C8D8B9;
}
</style>
background-color css
<style>
a { background-color: #C8D8B9; }
a { background-color: rgb(200,216,185); }
div.DivClassName
{
background-color: #C8D8B9;
}
.BgClassName
{
background-color: #C8D8B9;
}
</style>
border-color css
<style>
span { border-color: #C8D8B9; }
span { border-color: rgb(200,216,185); }
td.TdClassName
{
border-color: #C8D8B9;
}
.TagClassName
{
border-color: #C8D8B9;
}
</style>