Shades of Ottoman #C9D5BF
Tints of Ottoman #C9D5BF
RGB
CMYK
RGB Variations
Color information
#C9D5BF (or 0xC9D5BF) is known color: Ottoman. HEX triplet: C9, D5 and BF. RGB value is (201,213,191). Sum of RGB (Red+Green+Blue) = 201+213+191=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BF is #362A40. Grayscale: #CECECE. Windows color (decimal): -3549761 or 12572105. OLE color: 12572105.
HSL color Cylindrical-coordinate representation of color #C9D5BF: hue angle of 92.73º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D5BF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 191 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.16 |
| HSL | 92.73º | 0.21% | 0.79% | - |
| HSV(B) | 92.73º | 0.1% | 0.84% | - |
| XYZ | 57.29 | 63.77 | 58.58 | - |
| YUV | 206.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 191 | 0.06 | 0 | 0.10 | 0.16 | 92.73 | 0.21 | 0.79 |
| Hex | C9 | D5 | BF | 6 | 0 | A | 10 | 5D | 15 | 4F |
| Octal | 311 | 325 | 277 | 6 | 0 | 12 | 20 | 135 | 25 | 117 |
| Binary | 11001001 | 11010101 | 10111111 | 110 | 0 | 1010 | 10000 | 1011101 | 10101 | 1001111 |
Color Harmonies of #C9D5BF
Complementary color
Monochromatic Colors of #C9D5BF
Black with #C9D5BF
Text Example
Text Example
White with #C9D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5BF; }
p { color: rgb(201,213,191); }
H1.HeaderClassName
{
color: #C9D5BF;
}
.AnyTagClassName
{
color: #C9D5BF;
}
</style>
background-color css
<style>
a { background-color: #C9D5BF; }
a { background-color: rgb(201,213,191); }
div.DivClassName
{
background-color: #C9D5BF;
}
.BgClassName
{
background-color: #C9D5BF;
}
</style>
border-color css
<style>
span { border-color: #C9D5BF; }
span { border-color: rgb(201,213,191); }
td.TdClassName
{
border-color: #C9D5BF;
}
.TagClassName
{
border-color: #C9D5BF;
}
</style>