Shades of Ottoman #C8CEC1
Tints of Ottoman #C8CEC1
RGB
CMYK
RGB Variations
Color information
#C8CEC1 (or 0xC8CEC1) is known color: Ottoman. HEX triplet: C8, CE and C1. RGB value is (200,206,193). Sum of RGB (Red+Green+Blue) = 200+206+193=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEC1 is #37313E. Grayscale: #CACACA. Windows color (decimal): -3617087 or 12701384. OLE color: 12701384.
HSL color Cylindrical-coordinate representation of color #C8CEC1: hue angle of 87.69º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8CEC1 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 206 | 193 | - |
CMYK | 0.03 | 0 | 0.06 | 0.19 |
HSL | 87.69º | 0.12% | 0.78% | - |
HSV(B) | 87.69º | 0.06% | 0.81% | - |
XYZ | 55.52 | 60.27 | 59.16 | - |
YUV | 202.72 | 122.51 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 193 | 0.03 | 0 | 0.06 | 0.19 | 87.69 | 0.12 | 0.78 |
Hex | C8 | CE | C1 | 3 | 0 | 6 | 13 | 58 | C | 4E |
Octal | 310 | 316 | 301 | 3 | 0 | 6 | 23 | 130 | 14 | 116 |
Binary | 11001000 | 11001110 | 11000001 | 11 | 0 | 110 | 10011 | 1011000 | 1100 | 1001110 |
Color Harmonies of #C8CEC1
Complementary color
Monochromatic Colors of #C8CEC1
Black with #C8CEC1
Text Example
Text Example
White with #C8CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEC1; }
p { color: rgb(200,206,193); }
H1.HeaderClassName
{
color: #C8CEC1;
}
.AnyTagClassName
{
color: #C8CEC1;
}
</style>
background-color css
<style>
a { background-color: #C8CEC1; }
a { background-color: rgb(200,206,193); }
div.DivClassName
{
background-color: #C8CEC1;
}
.BgClassName
{
background-color: #C8CEC1;
}
</style>
border-color css
<style>
span { border-color: #C8CEC1; }
span { border-color: rgb(200,206,193); }
td.TdClassName
{
border-color: #C8CEC1;
}
.TagClassName
{
border-color: #C8CEC1;
}
</style>