Shades of Roman #CE6863
Tints of Roman #CE6863
RGB
CMYK
RGB Variations
Color information
#CE6863 (or 0xCE6863) is known color: Roman. HEX triplet: CE, 68 and 63. RGB value is (206,104,99). Sum of RGB (Red+Green+Blue) = 206+104+99=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6863 is #31979C. Grayscale: #868686. Windows color (decimal): -3250077 or 6514894. OLE color: 6514894.
HSL color Cylindrical-coordinate representation of color #CE6863: hue angle of 2.8º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6863 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 99 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.19 |
| HSL | 2.8º | 0.52% | 0.6% | - |
| HSV(B) | 2.8º | 0.52% | 0.81% | - |
| XYZ | 32.66 | 23.92 | 14.7 | - |
| YUV | 133.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 99 | 0 | 0.50 | 0.52 | 0.19 | 2.8 | 0.52 | 0.6 |
| Hex | CE | 68 | 63 | 0 | 32 | 34 | 13 | 3 | 34 | 3C |
| Octal | 316 | 150 | 143 | 0 | 62 | 64 | 23 | 3 | 64 | 74 |
| Binary | 11001110 | 1101000 | 1100011 | 0 | 110010 | 110100 | 10011 | 11 | 110100 | 111100 |
Color Harmonies of #CE6863
Complementary color
Monochromatic Colors of #CE6863
Black with #CE6863
Text Example
Text Example
White with #CE6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6863; }
p { color: rgb(206,104,99); }
H1.HeaderClassName
{
color: #CE6863;
}
.AnyTagClassName
{
color: #CE6863;
}
</style>
background-color css
<style>
a { background-color: #CE6863; }
a { background-color: rgb(206,104,99); }
div.DivClassName
{
background-color: #CE6863;
}
.BgClassName
{
background-color: #CE6863;
}
</style>
border-color css
<style>
span { border-color: #CE6863; }
span { border-color: rgb(206,104,99); }
td.TdClassName
{
border-color: #CE6863;
}
.TagClassName
{
border-color: #CE6863;
}
</style>