Shades of Roman #CE695D
Tints of Roman #CE695D
RGB
CMYK
RGB Variations
Color information
#CE695D (or 0xCE695D) is known color: Roman. HEX triplet: CE, 69 and 5D. RGB value is (206,105,93). Sum of RGB (Red+Green+Blue) = 206+105+93=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE695D is #3196A2. Grayscale: #858585. Windows color (decimal): -3249827 or 6121934. OLE color: 6121934.
HSL color Cylindrical-coordinate representation of color #CE695D: hue angle of 6.37º 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 #CE695D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 93 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.19 |
| HSL | 6.37º | 0.54% | 0.59% | - |
| HSV(B) | 6.37º | 0.55% | 0.81% | - |
| XYZ | 32.48 | 24.02 | 13.28 | - |
| YUV | 133.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 93 | 0 | 0.49 | 0.55 | 0.19 | 6.37 | 0.54 | 0.59 |
| Hex | CE | 69 | 5D | 0 | 31 | 37 | 13 | 6 | 36 | 3B |
| Octal | 316 | 151 | 135 | 0 | 61 | 67 | 23 | 6 | 66 | 73 |
| Binary | 11001110 | 1101001 | 1011101 | 0 | 110001 | 110111 | 10011 | 110 | 110110 | 111011 |
Color Harmonies of #CE695D
Complementary color
Monochromatic Colors of #CE695D
Black with #CE695D
Text Example
Text Example
White with #CE695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE695D; }
p { color: rgb(206,105,93); }
H1.HeaderClassName
{
color: #CE695D;
}
.AnyTagClassName
{
color: #CE695D;
}
</style>
background-color css
<style>
a { background-color: #CE695D; }
a { background-color: rgb(206,105,93); }
div.DivClassName
{
background-color: #CE695D;
}
.BgClassName
{
background-color: #CE695D;
}
</style>
border-color css
<style>
span { border-color: #CE695D; }
span { border-color: rgb(206,105,93); }
td.TdClassName
{
border-color: #CE695D;
}
.TagClassName
{
border-color: #CE695D;
}
</style>