Shades of Ottoman #CBD7BD
Tints of Ottoman #CBD7BD
RGB
CMYK
RGB Variations
Color information
#CBD7BD (or 0xCBD7BD) is known color: Ottoman. HEX triplet: CB, D7 and BD. RGB value is (203,215,189). Sum of RGB (Red+Green+Blue) = 203+215+189=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7BD is #342842. Grayscale: #D0D0D0. Windows color (decimal): -3418179 or 12441547. OLE color: 12441547.
HSL color Cylindrical-coordinate representation of color #CBD7BD: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD7BD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 189 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.16 |
| HSL | 87.69º | 0.25% | 0.79% | - |
| HSV(B) | 87.69º | 0.12% | 0.84% | - |
| XYZ | 58.11 | 64.97 | 57.62 | - |
| YUV | 208.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 189 | 0.06 | 0 | 0.12 | 0.16 | 87.69 | 0.25 | 0.79 |
| Hex | CB | D7 | BD | 6 | 0 | C | 10 | 58 | 19 | 4F |
| Octal | 313 | 327 | 275 | 6 | 0 | 14 | 20 | 130 | 31 | 117 |
| Binary | 11001011 | 11010111 | 10111101 | 110 | 0 | 1100 | 10000 | 1011000 | 11001 | 1001111 |
Color Harmonies of #CBD7BD
Complementary color
Monochromatic Colors of #CBD7BD
Black with #CBD7BD
Text Example
Text Example
White with #CBD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7BD; }
p { color: rgb(203,215,189); }
H1.HeaderClassName
{
color: #CBD7BD;
}
.AnyTagClassName
{
color: #CBD7BD;
}
</style>
background-color css
<style>
a { background-color: #CBD7BD; }
a { background-color: rgb(203,215,189); }
div.DivClassName
{
background-color: #CBD7BD;
}
.BgClassName
{
background-color: #CBD7BD;
}
</style>
border-color css
<style>
span { border-color: #CBD7BD; }
span { border-color: rgb(203,215,189); }
td.TdClassName
{
border-color: #CBD7BD;
}
.TagClassName
{
border-color: #CBD7BD;
}
</style>