Shades of Roman #CE6960
Tints of Roman #CE6960
RGB
CMYK
RGB Variations
Color information
#CE6960 (or 0xCE6960) is known color: Roman. HEX triplet: CE, 69 and 60. RGB value is (206,105,96). Sum of RGB (Red+Green+Blue) = 206+105+96=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6960 is #31969F. Grayscale: #868686. Windows color (decimal): -3249824 or 6318542. OLE color: 6318542.
HSL color Cylindrical-coordinate representation of color #CE6960: hue angle of 4.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6960 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 96 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.19 |
| HSL | 4.91º | 0.53% | 0.59% | - |
| HSV(B) | 4.91º | 0.53% | 0.81% | - |
| XYZ | 32.62 | 24.07 | 13.99 | - |
| YUV | 134.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 96 | 0 | 0.49 | 0.53 | 0.19 | 4.91 | 0.53 | 0.59 |
| Hex | CE | 69 | 60 | 0 | 31 | 35 | 13 | 5 | 35 | 3B |
| Octal | 316 | 151 | 140 | 0 | 61 | 65 | 23 | 5 | 65 | 73 |
| Binary | 11001110 | 1101001 | 1100000 | 0 | 110001 | 110101 | 10011 | 101 | 110101 | 111011 |
Color Harmonies of #CE6960
Complementary color
Monochromatic Colors of #CE6960
Black with #CE6960
Text Example
Text Example
White with #CE6960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6960; }
p { color: rgb(206,105,96); }
H1.HeaderClassName
{
color: #CE6960;
}
.AnyTagClassName
{
color: #CE6960;
}
</style>
background-color css
<style>
a { background-color: #CE6960; }
a { background-color: rgb(206,105,96); }
div.DivClassName
{
background-color: #CE6960;
}
.BgClassName
{
background-color: #CE6960;
}
</style>
border-color css
<style>
span { border-color: #CE6960; }
span { border-color: rgb(206,105,96); }
td.TdClassName
{
border-color: #CE6960;
}
.TagClassName
{
border-color: #CE6960;
}
</style>