Shades of Ottoman #CCD7C0
Tints of Ottoman #CCD7C0
RGB
CMYK
RGB Variations
Color information
#CCD7C0 (or 0xCCD7C0) is known color: Ottoman. HEX triplet: CC, D7 and C0. RGB value is (204,215,192). Sum of RGB (Red+Green+Blue) = 204+215+192=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7C0 is #33283F. Grayscale: #D1D1D1. Windows color (decimal): -3352640 or 12638156. OLE color: 12638156.
HSL color Cylindrical-coordinate representation of color #CCD7C0: hue angle of 88.7º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD7C0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 192 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.16 |
| HSL | 88.7º | 0.22% | 0.8% | - |
| HSV(B) | 88.7º | 0.11% | 0.84% | - |
| XYZ | 58.72 | 65.24 | 59.37 | - |
| YUV | 209.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 192 | 0.05 | 0 | 0.11 | 0.16 | 88.7 | 0.22 | 0.8 |
| Hex | CC | D7 | C0 | 5 | 0 | B | 10 | 59 | 16 | 50 |
| Octal | 314 | 327 | 300 | 5 | 0 | 13 | 20 | 131 | 26 | 120 |
| Binary | 11001100 | 11010111 | 11000000 | 101 | 0 | 1011 | 10000 | 1011001 | 10110 | 1010000 |
Color Harmonies of #CCD7C0
Complementary color
Monochromatic Colors of #CCD7C0
Black with #CCD7C0
Text Example
Text Example
White with #CCD7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7C0; }
p { color: rgb(204,215,192); }
H1.HeaderClassName
{
color: #CCD7C0;
}
.AnyTagClassName
{
color: #CCD7C0;
}
</style>
background-color css
<style>
a { background-color: #CCD7C0; }
a { background-color: rgb(204,215,192); }
div.DivClassName
{
background-color: #CCD7C0;
}
.BgClassName
{
background-color: #CCD7C0;
}
</style>
border-color css
<style>
span { border-color: #CCD7C0; }
span { border-color: rgb(204,215,192); }
td.TdClassName
{
border-color: #CCD7C0;
}
.TagClassName
{
border-color: #CCD7C0;
}
</style>