Shades of Ottoman #C7D3BB
Tints of Ottoman #C7D3BB
RGB
CMYK
RGB Variations
Color information
#C7D3BB (or 0xC7D3BB) is known color: Ottoman. HEX triplet: C7, D3 and BB. RGB value is (199,211,187). Sum of RGB (Red+Green+Blue) = 199+211+187=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3BB is #382C44. Grayscale: #CCCCCC. Windows color (decimal): -3681349 or 12309447. OLE color: 12309447.
HSL color Cylindrical-coordinate representation of color #C7D3BB: hue angle of 90º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D3BB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 187 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.17 |
| HSL | 90º | 0.21% | 0.78% | - |
| HSV(B) | 90º | 0.11% | 0.83% | - |
| XYZ | 55.82 | 62.32 | 56.1 | - |
| YUV | 204.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 187 | 0.06 | 0 | 0.11 | 0.17 | 90 | 0.21 | 0.78 |
| Hex | C7 | D3 | BB | 6 | 0 | B | 11 | 5A | 15 | 4E |
| Octal | 307 | 323 | 273 | 6 | 0 | 13 | 21 | 132 | 25 | 116 |
| Binary | 11000111 | 11010011 | 10111011 | 110 | 0 | 1011 | 10001 | 1011010 | 10101 | 1001110 |
Color Harmonies of #C7D3BB
Complementary color
Monochromatic Colors of #C7D3BB
Black with #C7D3BB
Text Example
Text Example
White with #C7D3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D3BB; }
p { color: rgb(199,211,187); }
H1.HeaderClassName
{
color: #C7D3BB;
}
.AnyTagClassName
{
color: #C7D3BB;
}
</style>
background-color css
<style>
a { background-color: #C7D3BB; }
a { background-color: rgb(199,211,187); }
div.DivClassName
{
background-color: #C7D3BB;
}
.BgClassName
{
background-color: #C7D3BB;
}
</style>
border-color css
<style>
span { border-color: #C7D3BB; }
span { border-color: rgb(199,211,187); }
td.TdClassName
{
border-color: #C7D3BB;
}
.TagClassName
{
border-color: #C7D3BB;
}
</style>