Shades of Ottoman #CBDAC0
Tints of Ottoman #CBDAC0
RGB
CMYK
RGB Variations
Color information
#CBDAC0 (or 0xCBDAC0) is known color: Ottoman. HEX triplet: CB, DA and C0. RGB value is (203,218,192). Sum of RGB (Red+Green+Blue) = 203+218+192=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAC0 is #34253F. Grayscale: #D2D2D2. Windows color (decimal): -3417408 or 12638923. OLE color: 12638923.
HSL color Cylindrical-coordinate representation of color #CBDAC0: hue angle of 94.62º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDAC0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 192 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.15 |
| HSL | 94.62º | 0.26% | 0.8% | - |
| HSV(B) | 94.62º | 0.12% | 0.85% | - |
| XYZ | 59.21 | 66.65 | 59.61 | - |
| YUV | 210.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 192 | 0.07 | 0 | 0.12 | 0.15 | 94.62 | 0.26 | 0.8 |
| Hex | CB | DA | C0 | 7 | 0 | C | F | 5F | 1A | 50 |
| Octal | 313 | 332 | 300 | 7 | 0 | 14 | 17 | 137 | 32 | 120 |
| Binary | 11001011 | 11011010 | 11000000 | 111 | 0 | 1100 | 1111 | 1011111 | 11010 | 1010000 |
Color Harmonies of #CBDAC0
Complementary color
Monochromatic Colors of #CBDAC0
Black with #CBDAC0
Text Example
Text Example
White with #CBDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAC0; }
p { color: rgb(203,218,192); }
H1.HeaderClassName
{
color: #CBDAC0;
}
.AnyTagClassName
{
color: #CBDAC0;
}
</style>
background-color css
<style>
a { background-color: #CBDAC0; }
a { background-color: rgb(203,218,192); }
div.DivClassName
{
background-color: #CBDAC0;
}
.BgClassName
{
background-color: #CBDAC0;
}
</style>
border-color css
<style>
span { border-color: #CBDAC0; }
span { border-color: rgb(203,218,192); }
td.TdClassName
{
border-color: #CBDAC0;
}
.TagClassName
{
border-color: #CBDAC0;
}
</style>