Shades of Roman #CE665D
Tints of Roman #CE665D
RGB
CMYK
RGB Variations
Color information
#CE665D (or 0xCE665D) is known color: Roman. HEX triplet: CE, 66 and 5D. RGB value is (206,102,93). Sum of RGB (Red+Green+Blue) = 206+102+93=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE665D is #3199A2. Grayscale: #848484. Windows color (decimal): -3250595 or 6121166. OLE color: 6121166.
HSL color Cylindrical-coordinate representation of color #CE665D: hue angle of 4.78º 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 #CE665D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 93 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 4.78º | 0.54% | 0.59% | - |
| HSV(B) | 4.78º | 0.55% | 0.81% | - |
| XYZ | 32.18 | 23.41 | 13.18 | - |
| YUV | 132.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 93 | 0 | 0.50 | 0.55 | 0.19 | 4.78 | 0.54 | 0.59 |
| Hex | CE | 66 | 5D | 0 | 32 | 37 | 13 | 5 | 36 | 3B |
| Octal | 316 | 146 | 135 | 0 | 62 | 67 | 23 | 5 | 66 | 73 |
| Binary | 11001110 | 1100110 | 1011101 | 0 | 110010 | 110111 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CE665D
Complementary color
Monochromatic Colors of #CE665D
Black with #CE665D
Text Example
Text Example
White with #CE665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE665D; }
p { color: rgb(206,102,93); }
H1.HeaderClassName
{
color: #CE665D;
}
.AnyTagClassName
{
color: #CE665D;
}
</style>
background-color css
<style>
a { background-color: #CE665D; }
a { background-color: rgb(206,102,93); }
div.DivClassName
{
background-color: #CE665D;
}
.BgClassName
{
background-color: #CE665D;
}
</style>
border-color css
<style>
span { border-color: #CE665D; }
span { border-color: rgb(206,102,93); }
td.TdClassName
{
border-color: #CE665D;
}
.TagClassName
{
border-color: #CE665D;
}
</style>