Shades of Ottoman #CCD7C5
Tints of Ottoman #CCD7C5
RGB
CMYK
RGB Variations
Color information
#CCD7C5 (or 0xCCD7C5) is known color: Ottoman. HEX triplet: CC, D7 and C5. RGB value is (204,215,197). Sum of RGB (Red+Green+Blue) = 204+215+197=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7C5 is #33283A. Grayscale: #D1D1D1. Windows color (decimal): -3352635 or 12965836. OLE color: 12965836.
HSL color Cylindrical-coordinate representation of color #CCD7C5: hue angle of 96.67º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD7C5 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 197 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.16 |
| HSL | 96.67º | 0.18% | 0.81% | - |
| HSV(B) | 96.67º | 0.08% | 0.84% | - |
| XYZ | 59.28 | 65.47 | 62.34 | - |
| YUV | 209.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 197 | 0.05 | 0 | 0.08 | 0.16 | 96.67 | 0.18 | 0.81 |
| Hex | CC | D7 | C5 | 5 | 0 | 8 | 10 | 61 | 12 | 51 |
| Octal | 314 | 327 | 305 | 5 | 0 | 10 | 20 | 141 | 22 | 121 |
| Binary | 11001100 | 11010111 | 11000101 | 101 | 0 | 1000 | 10000 | 1100001 | 10010 | 1010001 |
Color Harmonies of #CCD7C5
Complementary color
Monochromatic Colors of #CCD7C5
Black with #CCD7C5
Text Example
Text Example
White with #CCD7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7C5; }
p { color: rgb(204,215,197); }
H1.HeaderClassName
{
color: #CCD7C5;
}
.AnyTagClassName
{
color: #CCD7C5;
}
</style>
background-color css
<style>
a { background-color: #CCD7C5; }
a { background-color: rgb(204,215,197); }
div.DivClassName
{
background-color: #CCD7C5;
}
.BgClassName
{
background-color: #CCD7C5;
}
</style>
border-color css
<style>
span { border-color: #CCD7C5; }
span { border-color: rgb(204,215,197); }
td.TdClassName
{
border-color: #CCD7C5;
}
.TagClassName
{
border-color: #CCD7C5;
}
</style>