Shades of Roman #CE675D
Tints of Roman #CE675D
RGB
CMYK
RGB Variations
Color information
#CE675D (or 0xCE675D) is known color: Roman. HEX triplet: CE, 67 and 5D. RGB value is (206,103,93). Sum of RGB (Red+Green+Blue) = 206+103+93=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE675D is #3198A2. Grayscale: #848484. Windows color (decimal): -3250339 or 6121422. OLE color: 6121422.
HSL color Cylindrical-coordinate representation of color #CE675D: hue angle of 5.31º 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 #CE675D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 93 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 5.31º | 0.54% | 0.59% | - |
| HSV(B) | 5.31º | 0.55% | 0.81% | - |
| XYZ | 32.28 | 23.61 | 13.21 | - |
| YUV | 132.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 93 | 0 | 0.50 | 0.55 | 0.19 | 5.31 | 0.54 | 0.59 |
| Hex | CE | 67 | 5D | 0 | 32 | 37 | 13 | 5 | 36 | 3B |
| Octal | 316 | 147 | 135 | 0 | 62 | 67 | 23 | 5 | 66 | 73 |
| Binary | 11001110 | 1100111 | 1011101 | 0 | 110010 | 110111 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CE675D
Complementary color
Monochromatic Colors of #CE675D
Black with #CE675D
Text Example
Text Example
White with #CE675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE675D; }
p { color: rgb(206,103,93); }
H1.HeaderClassName
{
color: #CE675D;
}
.AnyTagClassName
{
color: #CE675D;
}
</style>
background-color css
<style>
a { background-color: #CE675D; }
a { background-color: rgb(206,103,93); }
div.DivClassName
{
background-color: #CE675D;
}
.BgClassName
{
background-color: #CE675D;
}
</style>
border-color css
<style>
span { border-color: #CE675D; }
span { border-color: rgb(206,103,93); }
td.TdClassName
{
border-color: #CE675D;
}
.TagClassName
{
border-color: #CE675D;
}
</style>