Shades of Ottoman #CCE1BA
Tints of Ottoman #CCE1BA
RGB
CMYK
RGB Variations
Color information
#CCE1BA (or 0xCCE1BA) is known color: Ottoman. HEX triplet: CC, E1 and BA. RGB value is (204,225,186). Sum of RGB (Red+Green+Blue) = 204+225+186=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BA is #331E45. Grayscale: #D6D6D6. Windows color (decimal): -3350086 or 12247500. OLE color: 12247500.
HSL color Cylindrical-coordinate representation of color #CCE1BA: hue angle of 92.31º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE1BA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 186 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.12 |
| HSL | 92.31º | 0.39% | 0.81% | - |
| HSV(B) | 92.31º | 0.17% | 0.88% | - |
| XYZ | 60.69 | 70.23 | 56.81 | - |
| YUV | 214.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 186 | 0.09 | 0 | 0.17 | 0.12 | 92.31 | 0.39 | 0.81 |
| Hex | CC | E1 | BA | 9 | 0 | 11 | C | 5C | 27 | 51 |
| Octal | 314 | 341 | 272 | 11 | 0 | 21 | 14 | 134 | 47 | 121 |
| Binary | 11001100 | 11100001 | 10111010 | 1001 | 0 | 10001 | 1100 | 1011100 | 100111 | 1010001 |
Color Harmonies of #CCE1BA
Complementary color
Monochromatic Colors of #CCE1BA
Black with #CCE1BA
Text Example
Text Example
White with #CCE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1BA; }
p { color: rgb(204,225,186); }
H1.HeaderClassName
{
color: #CCE1BA;
}
.AnyTagClassName
{
color: #CCE1BA;
}
</style>
background-color css
<style>
a { background-color: #CCE1BA; }
a { background-color: rgb(204,225,186); }
div.DivClassName
{
background-color: #CCE1BA;
}
.BgClassName
{
background-color: #CCE1BA;
}
</style>
border-color css
<style>
span { border-color: #CCE1BA; }
span { border-color: rgb(204,225,186); }
td.TdClassName
{
border-color: #CCE1BA;
}
.TagClassName
{
border-color: #CCE1BA;
}
</style>