Shades of Ottoman #CBD7BF
Tints of Ottoman #CBD7BF
RGB
CMYK
RGB Variations
Color information
#CBD7BF (or 0xCBD7BF) is known color: Ottoman. HEX triplet: CB, D7 and BF. RGB value is (203,215,191). Sum of RGB (Red+Green+Blue) = 203+215+191=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7BF is #342840. Grayscale: #D0D0D0. Windows color (decimal): -3418177 or 12572619. OLE color: 12572619.
HSL color Cylindrical-coordinate representation of color #CBD7BF: hue angle of 90º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD7BF is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 191 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.16 |
| HSL | 90º | 0.23% | 0.8% | - |
| HSV(B) | 90º | 0.11% | 0.84% | - |
| XYZ | 58.33 | 65.06 | 58.77 | - |
| YUV | 208.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 191 | 0.06 | 0 | 0.11 | 0.16 | 90 | 0.23 | 0.8 |
| Hex | CB | D7 | BF | 6 | 0 | B | 10 | 5A | 17 | 50 |
| Octal | 313 | 327 | 277 | 6 | 0 | 13 | 20 | 132 | 27 | 120 |
| Binary | 11001011 | 11010111 | 10111111 | 110 | 0 | 1011 | 10000 | 1011010 | 10111 | 1010000 |
Color Harmonies of #CBD7BF
Complementary color
Monochromatic Colors of #CBD7BF
Black with #CBD7BF
Text Example
Text Example
White with #CBD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7BF; }
p { color: rgb(203,215,191); }
H1.HeaderClassName
{
color: #CBD7BF;
}
.AnyTagClassName
{
color: #CBD7BF;
}
</style>
background-color css
<style>
a { background-color: #CBD7BF; }
a { background-color: rgb(203,215,191); }
div.DivClassName
{
background-color: #CBD7BF;
}
.BgClassName
{
background-color: #CBD7BF;
}
</style>
border-color css
<style>
span { border-color: #CBD7BF; }
span { border-color: rgb(203,215,191); }
td.TdClassName
{
border-color: #CBD7BF;
}
.TagClassName
{
border-color: #CBD7BF;
}
</style>