Shades of Ottoman #C9DCB8
Tints of Ottoman #C9DCB8
RGB
CMYK
RGB Variations
Color information
#C9DCB8 (or 0xC9DCB8) is known color: Ottoman. HEX triplet: C9, DC and B8. RGB value is (201,220,184). Sum of RGB (Red+Green+Blue) = 201+220+184=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCB8 is #362347. Grayscale: #D2D2D2. Windows color (decimal): -3547976 or 12115145. OLE color: 12115145.
HSL color Cylindrical-coordinate representation of color #C9DCB8: hue angle of 91.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DCB8 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 184 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.14 |
| HSL | 91.67º | 0.34% | 0.79% | - |
| HSV(B) | 91.67º | 0.16% | 0.86% | - |
| XYZ | 58.33 | 67.06 | 55.22 | - |
| YUV | 210.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 184 | 0.09 | 0 | 0.16 | 0.14 | 91.67 | 0.34 | 0.79 |
| Hex | C9 | DC | B8 | 9 | 0 | 10 | E | 5C | 22 | 4F |
| Octal | 311 | 334 | 270 | 11 | 0 | 20 | 16 | 134 | 42 | 117 |
| Binary | 11001001 | 11011100 | 10111000 | 1001 | 0 | 10000 | 1110 | 1011100 | 100010 | 1001111 |
Color Harmonies of #C9DCB8
Complementary color
Monochromatic Colors of #C9DCB8
Black with #C9DCB8
Text Example
Text Example
White with #C9DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCB8; }
p { color: rgb(201,220,184); }
H1.HeaderClassName
{
color: #C9DCB8;
}
.AnyTagClassName
{
color: #C9DCB8;
}
</style>
background-color css
<style>
a { background-color: #C9DCB8; }
a { background-color: rgb(201,220,184); }
div.DivClassName
{
background-color: #C9DCB8;
}
.BgClassName
{
background-color: #C9DCB8;
}
</style>
border-color css
<style>
span { border-color: #C9DCB8; }
span { border-color: rgb(201,220,184); }
td.TdClassName
{
border-color: #C9DCB8;
}
.TagClassName
{
border-color: #C9DCB8;
}
</style>