Shades of Roman #CE6961
Tints of Roman #CE6961
RGB
CMYK
RGB Variations
Color information
#CE6961 (or 0xCE6961) is known color: Roman. HEX triplet: CE, 69 and 61. RGB value is (206,105,97). Sum of RGB (Red+Green+Blue) = 206+105+97=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6961 is #31969E. Grayscale: #868686. Windows color (decimal): -3249823 or 6384078. OLE color: 6384078.
HSL color Cylindrical-coordinate representation of color #CE6961: hue angle of 4.4º 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 #CE6961 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 97 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.19 |
| HSL | 4.4º | 0.53% | 0.59% | - |
| HSV(B) | 4.4º | 0.53% | 0.81% | - |
| XYZ | 32.66 | 24.09 | 14.24 | - |
| YUV | 134.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 97 | 0 | 0.49 | 0.53 | 0.19 | 4.4 | 0.53 | 0.59 |
| Hex | CE | 69 | 61 | 0 | 31 | 35 | 13 | 4 | 35 | 3B |
| Octal | 316 | 151 | 141 | 0 | 61 | 65 | 23 | 4 | 65 | 73 |
| Binary | 11001110 | 1101001 | 1100001 | 0 | 110001 | 110101 | 10011 | 100 | 110101 | 111011 |
Color Harmonies of #CE6961
Complementary color
Monochromatic Colors of #CE6961
Black with #CE6961
Text Example
Text Example
White with #CE6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6961; }
p { color: rgb(206,105,97); }
H1.HeaderClassName
{
color: #CE6961;
}
.AnyTagClassName
{
color: #CE6961;
}
</style>
background-color css
<style>
a { background-color: #CE6961; }
a { background-color: rgb(206,105,97); }
div.DivClassName
{
background-color: #CE6961;
}
.BgClassName
{
background-color: #CE6961;
}
</style>
border-color css
<style>
span { border-color: #CE6961; }
span { border-color: rgb(206,105,97); }
td.TdClassName
{
border-color: #CE6961;
}
.TagClassName
{
border-color: #CE6961;
}
</style>