Shades of Ottoman #C9D7B8
Tints of Ottoman #C9D7B8
RGB
CMYK
RGB Variations
Color information
#C9D7B8 (or 0xC9D7B8) is known color: Ottoman. HEX triplet: C9, D7 and B8. RGB value is (201,215,184). Sum of RGB (Red+Green+Blue) = 201+215+184=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7B8 is #362847. Grayscale: #CFCFCF. Windows color (decimal): -3549256 or 12113865. OLE color: 12113865.
HSL color Cylindrical-coordinate representation of color #C9D7B8: hue angle of 87.1º 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 #C9D7B8 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 184 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.16 |
| HSL | 87.1º | 0.28% | 0.78% | - |
| HSV(B) | 87.1º | 0.14% | 0.84% | - |
| XYZ | 57.04 | 64.48 | 54.79 | - |
| YUV | 207.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 184 | 0.07 | 0 | 0.14 | 0.16 | 87.1 | 0.28 | 0.78 |
| Hex | C9 | D7 | B8 | 7 | 0 | E | 10 | 57 | 1C | 4E |
| Octal | 311 | 327 | 270 | 7 | 0 | 16 | 20 | 127 | 34 | 116 |
| Binary | 11001001 | 11010111 | 10111000 | 111 | 0 | 1110 | 10000 | 1010111 | 11100 | 1001110 |
Color Harmonies of #C9D7B8
Complementary color
Monochromatic Colors of #C9D7B8
Black with #C9D7B8
Text Example
Text Example
White with #C9D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D7B8; }
p { color: rgb(201,215,184); }
H1.HeaderClassName
{
color: #C9D7B8;
}
.AnyTagClassName
{
color: #C9D7B8;
}
</style>
background-color css
<style>
a { background-color: #C9D7B8; }
a { background-color: rgb(201,215,184); }
div.DivClassName
{
background-color: #C9D7B8;
}
.BgClassName
{
background-color: #C9D7B8;
}
</style>
border-color css
<style>
span { border-color: #C9D7B8; }
span { border-color: rgb(201,215,184); }
td.TdClassName
{
border-color: #C9D7B8;
}
.TagClassName
{
border-color: #C9D7B8;
}
</style>