Shades of Ottoman #CBD9BD
Tints of Ottoman #CBD9BD
RGB
CMYK
RGB Variations
Color information
#CBD9BD (or 0xCBD9BD) is known color: Ottoman. HEX triplet: CB, D9 and BD. RGB value is (203,217,189). Sum of RGB (Red+Green+Blue) = 203+217+189=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9BD is #342642. Grayscale: #D1D1D1. Windows color (decimal): -3417667 or 12442059. OLE color: 12442059.
HSL color Cylindrical-coordinate representation of color #CBD9BD: hue angle of 90º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD9BD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 189 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 90º | 0.27% | 0.8% | - |
| HSV(B) | 90º | 0.13% | 0.85% | - |
| XYZ | 58.63 | 66 | 57.79 | - |
| YUV | 209.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 189 | 0.06 | 0 | 0.13 | 0.15 | 90 | 0.27 | 0.8 |
| Hex | CB | D9 | BD | 6 | 0 | D | F | 5A | 1B | 50 |
| Octal | 313 | 331 | 275 | 6 | 0 | 15 | 17 | 132 | 33 | 120 |
| Binary | 11001011 | 11011001 | 10111101 | 110 | 0 | 1101 | 1111 | 1011010 | 11011 | 1010000 |
Color Harmonies of #CBD9BD
Complementary color
Monochromatic Colors of #CBD9BD
Black with #CBD9BD
Text Example
Text Example
White with #CBD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9BD; }
p { color: rgb(203,217,189); }
H1.HeaderClassName
{
color: #CBD9BD;
}
.AnyTagClassName
{
color: #CBD9BD;
}
</style>
background-color css
<style>
a { background-color: #CBD9BD; }
a { background-color: rgb(203,217,189); }
div.DivClassName
{
background-color: #CBD9BD;
}
.BgClassName
{
background-color: #CBD9BD;
}
</style>
border-color css
<style>
span { border-color: #CBD9BD; }
span { border-color: rgb(203,217,189); }
td.TdClassName
{
border-color: #CBD9BD;
}
.TagClassName
{
border-color: #CBD9BD;
}
</style>