Shades of Ottoman #C9D2C1
Tints of Ottoman #C9D2C1
RGB
CMYK
RGB Variations
Color information
#C9D2C1 (or 0xC9D2C1) is known color: Ottoman. HEX triplet: C9, D2 and C1. RGB value is (201,210,193). Sum of RGB (Red+Green+Blue) = 201+210+193=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2C1 is #362D3E. Grayscale: #CDCDCD. Windows color (decimal): -3550527 or 12702409. OLE color: 12702409.
HSL color Cylindrical-coordinate representation of color #C9D2C1: hue angle of 91.76º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D2C1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 193 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.18 |
| HSL | 91.76º | 0.16% | 0.79% | - |
| HSV(B) | 91.76º | 0.08% | 0.82% | - |
| XYZ | 56.76 | 62.36 | 59.5 | - |
| YUV | 205.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 193 | 0.04 | 0 | 0.08 | 0.18 | 91.76 | 0.16 | 0.79 |
| Hex | C9 | D2 | C1 | 4 | 0 | 8 | 12 | 5C | 10 | 4F |
| Octal | 311 | 322 | 301 | 4 | 0 | 10 | 22 | 134 | 20 | 117 |
| Binary | 11001001 | 11010010 | 11000001 | 100 | 0 | 1000 | 10010 | 1011100 | 10000 | 1001111 |
Color Harmonies of #C9D2C1
Complementary color
Monochromatic Colors of #C9D2C1
Black with #C9D2C1
Text Example
Text Example
White with #C9D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D2C1; }
p { color: rgb(201,210,193); }
H1.HeaderClassName
{
color: #C9D2C1;
}
.AnyTagClassName
{
color: #C9D2C1;
}
</style>
background-color css
<style>
a { background-color: #C9D2C1; }
a { background-color: rgb(201,210,193); }
div.DivClassName
{
background-color: #C9D2C1;
}
.BgClassName
{
background-color: #C9D2C1;
}
</style>
border-color css
<style>
span { border-color: #C9D2C1; }
span { border-color: rgb(201,210,193); }
td.TdClassName
{
border-color: #C9D2C1;
}
.TagClassName
{
border-color: #C9D2C1;
}
</style>