Shades of Ottoman #CBDCBB
Tints of Ottoman #CBDCBB
RGB
CMYK
RGB Variations
Color information
#CBDCBB (or 0xCBDCBB) is known color: Ottoman. HEX triplet: CB, DC and BB. RGB value is (203,220,187). Sum of RGB (Red+Green+Blue) = 203+220+187=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCBB is #342344. Grayscale: #D3D3D3. Windows color (decimal): -3416901 or 12311755. OLE color: 12311755.
HSL color Cylindrical-coordinate representation of color #CBDCBB: hue angle of 90.91º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDCBB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 187 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.14 |
| HSL | 90.91º | 0.32% | 0.8% | - |
| HSV(B) | 90.91º | 0.15% | 0.86% | - |
| XYZ | 59.19 | 67.47 | 56.92 | - |
| YUV | 211.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 187 | 0.08 | 0 | 0.15 | 0.14 | 90.91 | 0.32 | 0.8 |
| Hex | CB | DC | BB | 8 | 0 | F | E | 5B | 20 | 50 |
| Octal | 313 | 334 | 273 | 10 | 0 | 17 | 16 | 133 | 40 | 120 |
| Binary | 11001011 | 11011100 | 10111011 | 1000 | 0 | 1111 | 1110 | 1011011 | 100000 | 1010000 |
Color Harmonies of #CBDCBB
Complementary color
Monochromatic Colors of #CBDCBB
Black with #CBDCBB
Text Example
Text Example
White with #CBDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCBB; }
p { color: rgb(203,220,187); }
H1.HeaderClassName
{
color: #CBDCBB;
}
.AnyTagClassName
{
color: #CBDCBB;
}
</style>
background-color css
<style>
a { background-color: #CBDCBB; }
a { background-color: rgb(203,220,187); }
div.DivClassName
{
background-color: #CBDCBB;
}
.BgClassName
{
background-color: #CBDCBB;
}
</style>
border-color css
<style>
span { border-color: #CBDCBB; }
span { border-color: rgb(203,220,187); }
td.TdClassName
{
border-color: #CBDCBB;
}
.TagClassName
{
border-color: #CBDCBB;
}
</style>