Shades of Ottoman #CBD8C3
Tints of Ottoman #CBD8C3
RGB
CMYK
RGB Variations
Color information
#CBD8C3 (or 0xCBD8C3) is known color: Ottoman. HEX triplet: CB, D8 and C3. RGB value is (203,216,195). Sum of RGB (Red+Green+Blue) = 203+216+195=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8C3 is #34273C. Grayscale: #D1D1D1. Windows color (decimal): -3417917 or 12835019. OLE color: 12835019.
HSL color Cylindrical-coordinate representation of color #CBD8C3: hue angle of 97.14º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD8C3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 195 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 97.14º | 0.21% | 0.81% | - |
| HSV(B) | 97.14º | 0.1% | 0.85% | - |
| XYZ | 59.03 | 65.75 | 61.21 | - |
| YUV | 209.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 195 | 0.06 | 0 | 0.10 | 0.15 | 97.14 | 0.21 | 0.81 |
| Hex | CB | D8 | C3 | 6 | 0 | A | F | 61 | 15 | 51 |
| Octal | 313 | 330 | 303 | 6 | 0 | 12 | 17 | 141 | 25 | 121 |
| Binary | 11001011 | 11011000 | 11000011 | 110 | 0 | 1010 | 1111 | 1100001 | 10101 | 1010001 |
Color Harmonies of #CBD8C3
Complementary color
Monochromatic Colors of #CBD8C3
Black with #CBD8C3
Text Example
Text Example
White with #CBD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8C3; }
p { color: rgb(203,216,195); }
H1.HeaderClassName
{
color: #CBD8C3;
}
.AnyTagClassName
{
color: #CBD8C3;
}
</style>
background-color css
<style>
a { background-color: #CBD8C3; }
a { background-color: rgb(203,216,195); }
div.DivClassName
{
background-color: #CBD8C3;
}
.BgClassName
{
background-color: #CBD8C3;
}
</style>
border-color css
<style>
span { border-color: #CBD8C3; }
span { border-color: rgb(203,216,195); }
td.TdClassName
{
border-color: #CBD8C3;
}
.TagClassName
{
border-color: #CBD8C3;
}
</style>