Shades of Roman #CE655C
Tints of Roman #CE655C
RGB
CMYK
RGB Variations
Color information
#CE655C (or 0xCE655C) is known color: Roman. HEX triplet: CE, 65 and 5C. RGB value is (206,101,92). Sum of RGB (Red+Green+Blue) = 206+101+92=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE655C is #319AA3. Grayscale: #838383. Windows color (decimal): -3250852 or 6055374. OLE color: 6055374.
HSL color Cylindrical-coordinate representation of color #CE655C: hue angle of 4.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE655C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 92 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.19 |
| HSL | 4.74º | 0.54% | 0.58% | - |
| HSV(B) | 4.74º | 0.55% | 0.81% | - |
| XYZ | 32.04 | 23.2 | 12.91 | - |
| YUV | 131.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 92 | 0 | 0.51 | 0.55 | 0.19 | 4.74 | 0.54 | 0.58 |
| Hex | CE | 65 | 5C | 0 | 33 | 37 | 13 | 5 | 36 | 3A |
| Octal | 316 | 145 | 134 | 0 | 63 | 67 | 23 | 5 | 66 | 72 |
| Binary | 11001110 | 1100101 | 1011100 | 0 | 110011 | 110111 | 10011 | 101 | 110110 | 111010 |
Color Harmonies of #CE655C
Complementary color
Monochromatic Colors of #CE655C
Black with #CE655C
Text Example
Text Example
White with #CE655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE655C; }
p { color: rgb(206,101,92); }
H1.HeaderClassName
{
color: #CE655C;
}
.AnyTagClassName
{
color: #CE655C;
}
</style>
background-color css
<style>
a { background-color: #CE655C; }
a { background-color: rgb(206,101,92); }
div.DivClassName
{
background-color: #CE655C;
}
.BgClassName
{
background-color: #CE655C;
}
</style>
border-color css
<style>
span { border-color: #CE655C; }
span { border-color: rgb(206,101,92); }
td.TdClassName
{
border-color: #CE655C;
}
.TagClassName
{
border-color: #CE655C;
}
</style>