Shades of Roman #CE655D
Tints of Roman #CE655D
RGB
CMYK
RGB Variations
Color information
#CE655D (or 0xCE655D) is known color: Roman. HEX triplet: CE, 65 and 5D. RGB value is (206,101,93). Sum of RGB (Red+Green+Blue) = 206+101+93=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE655D is #319AA2. Grayscale: #838383. Windows color (decimal): -3250851 or 6120910. OLE color: 6120910.
HSL color Cylindrical-coordinate representation of color #CE655D: hue angle of 4.25º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE655D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 93 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.19 |
| HSL | 4.25º | 0.54% | 0.59% | - |
| HSV(B) | 4.25º | 0.55% | 0.81% | - |
| XYZ | 32.08 | 23.22 | 13.15 | - |
| YUV | 131.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 93 | 0 | 0.51 | 0.55 | 0.19 | 4.25 | 0.54 | 0.59 |
| Hex | CE | 65 | 5D | 0 | 33 | 37 | 13 | 4 | 36 | 3B |
| Octal | 316 | 145 | 135 | 0 | 63 | 67 | 23 | 4 | 66 | 73 |
| Binary | 11001110 | 1100101 | 1011101 | 0 | 110011 | 110111 | 10011 | 100 | 110110 | 111011 |
Color Harmonies of #CE655D
Complementary color
Monochromatic Colors of #CE655D
Black with #CE655D
Text Example
Text Example
White with #CE655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE655D; }
p { color: rgb(206,101,93); }
H1.HeaderClassName
{
color: #CE655D;
}
.AnyTagClassName
{
color: #CE655D;
}
</style>
background-color css
<style>
a { background-color: #CE655D; }
a { background-color: rgb(206,101,93); }
div.DivClassName
{
background-color: #CE655D;
}
.BgClassName
{
background-color: #CE655D;
}
</style>
border-color css
<style>
span { border-color: #CE655D; }
span { border-color: rgb(206,101,93); }
td.TdClassName
{
border-color: #CE655D;
}
.TagClassName
{
border-color: #CE655D;
}
</style>