Shades of Ottoman #CCCFC9
Tints of Ottoman #CCCFC9
RGB
CMYK
RGB Variations
Color information
#CCCFC9 (or 0xCCCFC9) is known color: Ottoman. HEX triplet: CC, CF and C9. RGB value is (204,207,201). Sum of RGB (Red+Green+Blue) = 204+207+201=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC9 is #333036. Grayscale: #CDCDCD. Windows color (decimal): -3354679 or 13225932. OLE color: 13225932.
HSL color Cylindrical-coordinate representation of color #CCCFC9: hue angle of 90º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCFC9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 201 | - |
CMYK | 0.01 | 0 | 0.03 | 0.19 |
HSL | 90º | 0.06% | 0.8% | - |
HSV(B) | 90º | 0.03% | 0.81% | - |
XYZ | 57.76 | 61.68 | 64.12 | - |
YUV | 205.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 201 | 0.01 | 0 | 0.03 | 0.19 | 90 | 0.06 | 0.8 |
Hex | CC | CF | C9 | 1 | 0 | 3 | 13 | 5A | 6 | 50 |
Octal | 314 | 317 | 311 | 1 | 0 | 3 | 23 | 132 | 6 | 120 |
Binary | 11001100 | 11001111 | 11001001 | 1 | 0 | 11 | 10011 | 1011010 | 110 | 1010000 |
Color Harmonies of #CCCFC9
Complementary color
Monochromatic Colors of #CCCFC9
Black with #CCCFC9
Text Example
Text Example
White with #CCCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC9; }
p { color: rgb(204,207,201); }
H1.HeaderClassName
{
color: #CCCFC9;
}
.AnyTagClassName
{
color: #CCCFC9;
}
</style>
background-color css
<style>
a { background-color: #CCCFC9; }
a { background-color: rgb(204,207,201); }
div.DivClassName
{
background-color: #CCCFC9;
}
.BgClassName
{
background-color: #CCCFC9;
}
</style>
border-color css
<style>
span { border-color: #CCCFC9; }
span { border-color: rgb(204,207,201); }
td.TdClassName
{
border-color: #CCCFC9;
}
.TagClassName
{
border-color: #CCCFC9;
}
</style>