Shades of Roman #CE685E
Tints of Roman #CE685E
RGB
CMYK
RGB Variations
Color information
#CE685E (or 0xCE685E) is known color: Roman. HEX triplet: CE, 68 and 5E. RGB value is (206,104,94). Sum of RGB (Red+Green+Blue) = 206+104+94=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE685E is #3197A1. Grayscale: #858585. Windows color (decimal): -3250082 or 6187214. OLE color: 6187214.
HSL color Cylindrical-coordinate representation of color #CE685E: hue angle of 5.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE685E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 94 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.19 |
| HSL | 5.36º | 0.53% | 0.59% | - |
| HSV(B) | 5.36º | 0.54% | 0.81% | - |
| XYZ | 32.42 | 23.83 | 13.48 | - |
| YUV | 133.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 94 | 0 | 0.50 | 0.54 | 0.19 | 5.36 | 0.53 | 0.59 |
| Hex | CE | 68 | 5E | 0 | 32 | 36 | 13 | 5 | 35 | 3B |
| Octal | 316 | 150 | 136 | 0 | 62 | 66 | 23 | 5 | 65 | 73 |
| Binary | 11001110 | 1101000 | 1011110 | 0 | 110010 | 110110 | 10011 | 101 | 110101 | 111011 |
Color Harmonies of #CE685E
Complementary color
Monochromatic Colors of #CE685E
Black with #CE685E
Text Example
Text Example
White with #CE685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE685E; }
p { color: rgb(206,104,94); }
H1.HeaderClassName
{
color: #CE685E;
}
.AnyTagClassName
{
color: #CE685E;
}
</style>
background-color css
<style>
a { background-color: #CE685E; }
a { background-color: rgb(206,104,94); }
div.DivClassName
{
background-color: #CE685E;
}
.BgClassName
{
background-color: #CE685E;
}
</style>
border-color css
<style>
span { border-color: #CE685E; }
span { border-color: rgb(206,104,94); }
td.TdClassName
{
border-color: #CE685E;
}
.TagClassName
{
border-color: #CE685E;
}
</style>