Shades of Ottoman #CCD9C3
Tints of Ottoman #CCD9C3
RGB
CMYK
RGB Variations
Color information
#CCD9C3 (or 0xCCD9C3) is known color: Ottoman. HEX triplet: CC, D9 and C3. RGB value is (204,217,195). Sum of RGB (Red+Green+Blue) = 204+217+195=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9C3 is #33263C. Grayscale: #D2D2D2. Windows color (decimal): -3352125 or 12835276. OLE color: 12835276.
HSL color Cylindrical-coordinate representation of color #CCD9C3: hue angle of 95.45º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD9C3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 195 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 95.45º | 0.22% | 0.81% | - |
| HSV(B) | 95.45º | 0.1% | 0.85% | - |
| XYZ | 59.57 | 66.4 | 61.31 | - |
| YUV | 210.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 195 | 0.06 | 0 | 0.10 | 0.15 | 95.45 | 0.22 | 0.81 |
| Hex | CC | D9 | C3 | 6 | 0 | A | F | 5F | 16 | 51 |
| Octal | 314 | 331 | 303 | 6 | 0 | 12 | 17 | 137 | 26 | 121 |
| Binary | 11001100 | 11011001 | 11000011 | 110 | 0 | 1010 | 1111 | 1011111 | 10110 | 1010001 |
Color Harmonies of #CCD9C3
Complementary color
Monochromatic Colors of #CCD9C3
Black with #CCD9C3
Text Example
Text Example
White with #CCD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9C3; }
p { color: rgb(204,217,195); }
H1.HeaderClassName
{
color: #CCD9C3;
}
.AnyTagClassName
{
color: #CCD9C3;
}
</style>
background-color css
<style>
a { background-color: #CCD9C3; }
a { background-color: rgb(204,217,195); }
div.DivClassName
{
background-color: #CCD9C3;
}
.BgClassName
{
background-color: #CCD9C3;
}
</style>
border-color css
<style>
span { border-color: #CCD9C3; }
span { border-color: rgb(204,217,195); }
td.TdClassName
{
border-color: #CCD9C3;
}
.TagClassName
{
border-color: #CCD9C3;
}
</style>