Shades of Ottoman #C8D2C0
Tints of Ottoman #C8D2C0
RGB
CMYK
RGB Variations
Color information
#C8D2C0 (or 0xC8D2C0) is known color: Ottoman. HEX triplet: C8, D2 and C0. RGB value is (200,210,192). Sum of RGB (Red+Green+Blue) = 200+210+192=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2C0 is #372D3F. Grayscale: #CDCDCD. Windows color (decimal): -3616064 or 12636872. OLE color: 12636872.
HSL color Cylindrical-coordinate representation of color #C8D2C0: hue angle of 93.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8D2C0 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 192 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.18 |
| HSL | 93.33º | 0.17% | 0.79% | - |
| HSV(B) | 93.33º | 0.09% | 0.82% | - |
| XYZ | 56.38 | 62.18 | 58.9 | - |
| YUV | 204.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 192 | 0.05 | 0 | 0.09 | 0.18 | 93.33 | 0.17 | 0.79 |
| Hex | C8 | D2 | C0 | 5 | 0 | 9 | 12 | 5D | 11 | 4F |
| Octal | 310 | 322 | 300 | 5 | 0 | 11 | 22 | 135 | 21 | 117 |
| Binary | 11001000 | 11010010 | 11000000 | 101 | 0 | 1001 | 10010 | 1011101 | 10001 | 1001111 |
Color Harmonies of #C8D2C0
Complementary color
Monochromatic Colors of #C8D2C0
Black with #C8D2C0
Text Example
Text Example
White with #C8D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2C0; }
p { color: rgb(200,210,192); }
H1.HeaderClassName
{
color: #C8D2C0;
}
.AnyTagClassName
{
color: #C8D2C0;
}
</style>
background-color css
<style>
a { background-color: #C8D2C0; }
a { background-color: rgb(200,210,192); }
div.DivClassName
{
background-color: #C8D2C0;
}
.BgClassName
{
background-color: #C8D2C0;
}
</style>
border-color css
<style>
span { border-color: #C8D2C0; }
span { border-color: rgb(200,210,192); }
td.TdClassName
{
border-color: #C8D2C0;
}
.TagClassName
{
border-color: #C8D2C0;
}
</style>