Shades of Ottoman #CBD6C1
Tints of Ottoman #CBD6C1
RGB
CMYK
RGB Variations
Color information
#CBD6C1 (or 0xCBD6C1) is known color: Ottoman. HEX triplet: CB, D6 and C1. RGB value is (203,214,193). Sum of RGB (Red+Green+Blue) = 203+214+193=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6C1 is #34293E. Grayscale: #D0D0D0. Windows color (decimal): -3418431 or 12703435. OLE color: 12703435.
HSL color Cylindrical-coordinate representation of color #CBD6C1: hue angle of 91.43º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD6C1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 193 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.16 |
| HSL | 91.43º | 0.2% | 0.8% | - |
| HSV(B) | 91.43º | 0.1% | 0.84% | - |
| XYZ | 58.3 | 64.64 | 59.86 | - |
| YUV | 208.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 193 | 0.05 | 0 | 0.10 | 0.16 | 91.43 | 0.2 | 0.8 |
| Hex | CB | D6 | C1 | 5 | 0 | A | 10 | 5B | 14 | 50 |
| Octal | 313 | 326 | 301 | 5 | 0 | 12 | 20 | 133 | 24 | 120 |
| Binary | 11001011 | 11010110 | 11000001 | 101 | 0 | 1010 | 10000 | 1011011 | 10100 | 1010000 |
Color Harmonies of #CBD6C1
Complementary color
Monochromatic Colors of #CBD6C1
Black with #CBD6C1
Text Example
Text Example
White with #CBD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6C1; }
p { color: rgb(203,214,193); }
H1.HeaderClassName
{
color: #CBD6C1;
}
.AnyTagClassName
{
color: #CBD6C1;
}
</style>
background-color css
<style>
a { background-color: #CBD6C1; }
a { background-color: rgb(203,214,193); }
div.DivClassName
{
background-color: #CBD6C1;
}
.BgClassName
{
background-color: #CBD6C1;
}
</style>
border-color css
<style>
span { border-color: #CBD6C1; }
span { border-color: rgb(203,214,193); }
td.TdClassName
{
border-color: #CBD6C1;
}
.TagClassName
{
border-color: #CBD6C1;
}
</style>