Shades of Roman #CE695E
Tints of Roman #CE695E
RGB
CMYK
RGB Variations
Color information
#CE695E (or 0xCE695E) is known color: Roman. HEX triplet: CE, 69 and 5E. RGB value is (206,105,94). Sum of RGB (Red+Green+Blue) = 206+105+94=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE695E is #3196A1. Grayscale: #868686. Windows color (decimal): -3249826 or 6187470. OLE color: 6187470.
HSL color Cylindrical-coordinate representation of color #CE695E: hue angle of 5.89º 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 #CE695E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 94 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.19 |
| HSL | 5.89º | 0.53% | 0.59% | - |
| HSV(B) | 5.89º | 0.54% | 0.81% | - |
| XYZ | 32.53 | 24.03 | 13.51 | - |
| YUV | 133.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 94 | 0 | 0.49 | 0.54 | 0.19 | 5.89 | 0.53 | 0.59 |
| Hex | CE | 69 | 5E | 0 | 31 | 36 | 13 | 6 | 35 | 3B |
| Octal | 316 | 151 | 136 | 0 | 61 | 66 | 23 | 6 | 65 | 73 |
| Binary | 11001110 | 1101001 | 1011110 | 0 | 110001 | 110110 | 10011 | 110 | 110101 | 111011 |
Color Harmonies of #CE695E
Complementary color
Monochromatic Colors of #CE695E
Black with #CE695E
Text Example
Text Example
White with #CE695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE695E; }
p { color: rgb(206,105,94); }
H1.HeaderClassName
{
color: #CE695E;
}
.AnyTagClassName
{
color: #CE695E;
}
</style>
background-color css
<style>
a { background-color: #CE695E; }
a { background-color: rgb(206,105,94); }
div.DivClassName
{
background-color: #CE695E;
}
.BgClassName
{
background-color: #CE695E;
}
</style>
border-color css
<style>
span { border-color: #CE695E; }
span { border-color: rgb(206,105,94); }
td.TdClassName
{
border-color: #CE695E;
}
.TagClassName
{
border-color: #CE695E;
}
</style>