Shades of Ottoman #C9D3C1
Tints of Ottoman #C9D3C1
RGB
CMYK
RGB Variations
Color information
#C9D3C1 (or 0xC9D3C1) is known color: Ottoman. HEX triplet: C9, D3 and C1. RGB value is (201,211,193). Sum of RGB (Red+Green+Blue) = 201+211+193=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3C1 is #362C3E. Grayscale: #CECECE. Windows color (decimal): -3550271 or 12702665. OLE color: 12702665.
HSL color Cylindrical-coordinate representation of color #C9D3C1: hue angle of 93.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D3C1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 193 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.17 |
| HSL | 93.33º | 0.17% | 0.79% | - |
| HSV(B) | 93.33º | 0.09% | 0.83% | - |
| XYZ | 57.01 | 62.86 | 59.58 | - |
| YUV | 205.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 193 | 0.05 | 0 | 0.09 | 0.17 | 93.33 | 0.17 | 0.79 |
| Hex | C9 | D3 | C1 | 5 | 0 | 9 | 11 | 5D | 11 | 4F |
| Octal | 311 | 323 | 301 | 5 | 0 | 11 | 21 | 135 | 21 | 117 |
| Binary | 11001001 | 11010011 | 11000001 | 101 | 0 | 1001 | 10001 | 1011101 | 10001 | 1001111 |
Color Harmonies of #C9D3C1
Complementary color
Monochromatic Colors of #C9D3C1
Black with #C9D3C1
Text Example
Text Example
White with #C9D3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D3C1; }
p { color: rgb(201,211,193); }
H1.HeaderClassName
{
color: #C9D3C1;
}
.AnyTagClassName
{
color: #C9D3C1;
}
</style>
background-color css
<style>
a { background-color: #C9D3C1; }
a { background-color: rgb(201,211,193); }
div.DivClassName
{
background-color: #C9D3C1;
}
.BgClassName
{
background-color: #C9D3C1;
}
</style>
border-color css
<style>
span { border-color: #C9D3C1; }
span { border-color: rgb(201,211,193); }
td.TdClassName
{
border-color: #C9D3C1;
}
.TagClassName
{
border-color: #C9D3C1;
}
</style>