Shades of Ottoman #C8D7B8
Tints of Ottoman #C8D7B8
RGB
CMYK
RGB Variations
Color information
#C8D7B8 (or 0xC8D7B8) is known color: Ottoman. HEX triplet: C8, D7 and B8. RGB value is (200,215,184). Sum of RGB (Red+Green+Blue) = 200+215+184=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7B8 is #372847. Grayscale: #CFCFCF. Windows color (decimal): -3614792 or 12113864. OLE color: 12113864.
HSL color Cylindrical-coordinate representation of color #C8D7B8: hue angle of 89.03º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8D7B8 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 184 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.16 |
| HSL | 89.03º | 0.28% | 0.78% | - |
| HSV(B) | 89.03º | 0.14% | 0.84% | - |
| XYZ | 56.77 | 64.34 | 54.77 | - |
| YUV | 206.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 184 | 0.07 | 0 | 0.14 | 0.16 | 89.03 | 0.28 | 0.78 |
| Hex | C8 | D7 | B8 | 7 | 0 | E | 10 | 59 | 1C | 4E |
| Octal | 310 | 327 | 270 | 7 | 0 | 16 | 20 | 131 | 34 | 116 |
| Binary | 11001000 | 11010111 | 10111000 | 111 | 0 | 1110 | 10000 | 1011001 | 11100 | 1001110 |
Color Harmonies of #C8D7B8
Complementary color
Monochromatic Colors of #C8D7B8
Black with #C8D7B8
Text Example
Text Example
White with #C8D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7B8; }
p { color: rgb(200,215,184); }
H1.HeaderClassName
{
color: #C8D7B8;
}
.AnyTagClassName
{
color: #C8D7B8;
}
</style>
background-color css
<style>
a { background-color: #C8D7B8; }
a { background-color: rgb(200,215,184); }
div.DivClassName
{
background-color: #C8D7B8;
}
.BgClassName
{
background-color: #C8D7B8;
}
</style>
border-color css
<style>
span { border-color: #C8D7B8; }
span { border-color: rgb(200,215,184); }
td.TdClassName
{
border-color: #C8D7B8;
}
.TagClassName
{
border-color: #C8D7B8;
}
</style>