Shades of Ottoman #CFD9C0
Tints of Ottoman #CFD9C0
RGB
CMYK
RGB Variations
Color information
#CFD9C0 (or 0xCFD9C0) is known color: Ottoman. HEX triplet: CF, D9 and C0. RGB value is (207,217,192). Sum of RGB (Red+Green+Blue) = 207+217+192=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9C0 is #30263F. Grayscale: #D3D3D3. Windows color (decimal): -3155520 or 12638671. OLE color: 12638671.
HSL color Cylindrical-coordinate representation of color #CFD9C0: hue angle of 84º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD9C0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 217 | 192 | - |
CMYK | 0.05 | 0 | 0.12 | 0.15 |
HSL | 84º | 0.25% | 0.8% | - |
HSV(B) | 84º | 0.12% | 0.85% | - |
XYZ | 60.06 | 66.7 | 59.58 | - |
YUV | 211.16 | 117.19 | 125.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 217 | 192 | 0.05 | 0 | 0.12 | 0.15 | 84 | 0.25 | 0.8 |
Hex | CF | D9 | C0 | 5 | 0 | C | F | 54 | 19 | 50 |
Octal | 317 | 331 | 300 | 5 | 0 | 14 | 17 | 124 | 31 | 120 |
Binary | 11001111 | 11011001 | 11000000 | 101 | 0 | 1100 | 1111 | 1010100 | 11001 | 1010000 |
Color Harmonies of #CFD9C0
Complementary color
Monochromatic Colors of #CFD9C0
Black with #CFD9C0
Text Example
Text Example
White with #CFD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9C0; }
p { color: rgb(207,217,192); }
H1.HeaderClassName
{
color: #CFD9C0;
}
.AnyTagClassName
{
color: #CFD9C0;
}
</style>
background-color css
<style>
a { background-color: #CFD9C0; }
a { background-color: rgb(207,217,192); }
div.DivClassName
{
background-color: #CFD9C0;
}
.BgClassName
{
background-color: #CFD9C0;
}
</style>
border-color css
<style>
span { border-color: #CFD9C0; }
span { border-color: rgb(207,217,192); }
td.TdClassName
{
border-color: #CFD9C0;
}
.TagClassName
{
border-color: #CFD9C0;
}
</style>