Shades of Ottoman #CCD5C1
Tints of Ottoman #CCD5C1
RGB
CMYK
RGB Variations
Color information
#CCD5C1 (or 0xCCD5C1) is known color: Ottoman. HEX triplet: CC, D5 and C1. RGB value is (204,213,193). Sum of RGB (Red+Green+Blue) = 204+213+193=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C1 is #332A3E. Grayscale: #D0D0D0. Windows color (decimal): -3353151 or 12703180. OLE color: 12703180.
HSL color Cylindrical-coordinate representation of color #CCD5C1: hue angle of 87º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD5C1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 193 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.16 |
| HSL | 87º | 0.19% | 0.8% | - |
| HSV(B) | 87º | 0.09% | 0.84% | - |
| XYZ | 58.32 | 64.28 | 59.78 | - |
| YUV | 208.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 193 | 0.04 | 0 | 0.09 | 0.16 | 87 | 0.19 | 0.8 |
| Hex | CC | D5 | C1 | 4 | 0 | 9 | 10 | 57 | 13 | 50 |
| Octal | 314 | 325 | 301 | 4 | 0 | 11 | 20 | 127 | 23 | 120 |
| Binary | 11001100 | 11010101 | 11000001 | 100 | 0 | 1001 | 10000 | 1010111 | 10011 | 1010000 |
Color Harmonies of #CCD5C1
Complementary color
Monochromatic Colors of #CCD5C1
Black with #CCD5C1
Text Example
Text Example
White with #CCD5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5C1; }
p { color: rgb(204,213,193); }
H1.HeaderClassName
{
color: #CCD5C1;
}
.AnyTagClassName
{
color: #CCD5C1;
}
</style>
background-color css
<style>
a { background-color: #CCD5C1; }
a { background-color: rgb(204,213,193); }
div.DivClassName
{
background-color: #CCD5C1;
}
.BgClassName
{
background-color: #CCD5C1;
}
</style>
border-color css
<style>
span { border-color: #CCD5C1; }
span { border-color: rgb(204,213,193); }
td.TdClassName
{
border-color: #CCD5C1;
}
.TagClassName
{
border-color: #CCD5C1;
}
</style>