Shades of Ottoman #C8CAC6
Tints of Ottoman #C8CAC6
RGB
CMYK
RGB Variations
Color information
#C8CAC6 (or 0xC8CAC6) is known color: Ottoman. HEX triplet: C8, CA and C6. RGB value is (200,202,198). Sum of RGB (Red+Green+Blue) = 200+202+198=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC6 is #373539. Grayscale: #C8C8C8. Windows color (decimal): -3618106 or 13028040. OLE color: 13028040.
HSL color Cylindrical-coordinate representation of color #C8CAC6: hue angle of 90º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CAC6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 198 | - |
CMYK | 0.01 | 0 | 0.02 | 0.21 |
HSL | 90º | 0.04% | 0.78% | - |
HSV(B) | 90º | 0.02% | 0.79% | - |
XYZ | 55.13 | 58.6 | 61.83 | - |
YUV | 200.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 198 | 0.01 | 0 | 0.02 | 0.21 | 90 | 0.04 | 0.78 |
Hex | C8 | CA | C6 | 1 | 0 | 2 | 15 | 5A | 4 | 4E |
Octal | 310 | 312 | 306 | 1 | 0 | 2 | 25 | 132 | 4 | 116 |
Binary | 11001000 | 11001010 | 11000110 | 1 | 0 | 10 | 10101 | 1011010 | 100 | 1001110 |
Color Harmonies of #C8CAC6
Complementary color
Monochromatic Colors of #C8CAC6
Black with #C8CAC6
Text Example
Text Example
White with #C8CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAC6; }
p { color: rgb(200,202,198); }
H1.HeaderClassName
{
color: #C8CAC6;
}
.AnyTagClassName
{
color: #C8CAC6;
}
</style>
background-color css
<style>
a { background-color: #C8CAC6; }
a { background-color: rgb(200,202,198); }
div.DivClassName
{
background-color: #C8CAC6;
}
.BgClassName
{
background-color: #C8CAC6;
}
</style>
border-color css
<style>
span { border-color: #C8CAC6; }
span { border-color: rgb(200,202,198); }
td.TdClassName
{
border-color: #C8CAC6;
}
.TagClassName
{
border-color: #C8CAC6;
}
</style>