Shades of Ottoman #C8D2BE
Tints of Ottoman #C8D2BE
RGB
CMYK
RGB Variations
Color information
#C8D2BE (or 0xC8D2BE) is known color: Ottoman. HEX triplet: C8, D2 and BE. RGB value is (200,210,190). Sum of RGB (Red+Green+Blue) = 200+210+190=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2BE is #372D41. Grayscale: #CCCCCC. Windows color (decimal): -3616066 or 12505800. OLE color: 12505800.
HSL color Cylindrical-coordinate representation of color #C8D2BE: hue angle of 90º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D2BE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 190 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.18 |
| HSL | 90º | 0.18% | 0.78% | - |
| HSV(B) | 90º | 0.1% | 0.82% | - |
| XYZ | 56.16 | 62.09 | 57.74 | - |
| YUV | 204.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 190 | 0.05 | 0 | 0.10 | 0.18 | 90 | 0.18 | 0.78 |
| Hex | C8 | D2 | BE | 5 | 0 | A | 12 | 5A | 12 | 4E |
| Octal | 310 | 322 | 276 | 5 | 0 | 12 | 22 | 132 | 22 | 116 |
| Binary | 11001000 | 11010010 | 10111110 | 101 | 0 | 1010 | 10010 | 1011010 | 10010 | 1001110 |
Color Harmonies of #C8D2BE
Complementary color
Monochromatic Colors of #C8D2BE
Black with #C8D2BE
Text Example
Text Example
White with #C8D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2BE; }
p { color: rgb(200,210,190); }
H1.HeaderClassName
{
color: #C8D2BE;
}
.AnyTagClassName
{
color: #C8D2BE;
}
</style>
background-color css
<style>
a { background-color: #C8D2BE; }
a { background-color: rgb(200,210,190); }
div.DivClassName
{
background-color: #C8D2BE;
}
.BgClassName
{
background-color: #C8D2BE;
}
</style>
border-color css
<style>
span { border-color: #C8D2BE; }
span { border-color: rgb(200,210,190); }
td.TdClassName
{
border-color: #C8D2BE;
}
.TagClassName
{
border-color: #C8D2BE;
}
</style>