Shades of Ottoman #C7D2BC
Tints of Ottoman #C7D2BC
RGB
CMYK
RGB Variations
Color information
#C7D2BC (or 0xC7D2BC) is known color: Ottoman. HEX triplet: C7, D2 and BC. RGB value is (199,210,188). Sum of RGB (Red+Green+Blue) = 199+210+188=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2BC is #382D43. Grayscale: #CCCCCC. Windows color (decimal): -3681604 or 12374727. OLE color: 12374727.
HSL color Cylindrical-coordinate representation of color #C7D2BC: hue angle of 90º degrees, saturation: 0.2, 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 #C7D2BC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 188 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.18 |
| HSL | 90º | 0.2% | 0.78% | - |
| HSV(B) | 90º | 0.1% | 0.82% | - |
| XYZ | 55.68 | 61.87 | 56.58 | - |
| YUV | 204.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 188 | 0.05 | 0 | 0.10 | 0.18 | 90 | 0.2 | 0.78 |
| Hex | C7 | D2 | BC | 5 | 0 | A | 12 | 5A | 14 | 4E |
| Octal | 307 | 322 | 274 | 5 | 0 | 12 | 22 | 132 | 24 | 116 |
| Binary | 11000111 | 11010010 | 10111100 | 101 | 0 | 1010 | 10010 | 1011010 | 10100 | 1001110 |
Color Harmonies of #C7D2BC
Complementary color
Monochromatic Colors of #C7D2BC
Black with #C7D2BC
Text Example
Text Example
White with #C7D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2BC; }
p { color: rgb(199,210,188); }
H1.HeaderClassName
{
color: #C7D2BC;
}
.AnyTagClassName
{
color: #C7D2BC;
}
</style>
background-color css
<style>
a { background-color: #C7D2BC; }
a { background-color: rgb(199,210,188); }
div.DivClassName
{
background-color: #C7D2BC;
}
.BgClassName
{
background-color: #C7D2BC;
}
</style>
border-color css
<style>
span { border-color: #C7D2BC; }
span { border-color: rgb(199,210,188); }
td.TdClassName
{
border-color: #C7D2BC;
}
.TagClassName
{
border-color: #C7D2BC;
}
</style>