Shades of Old Rose #CE3950
Tints of Old Rose #CE3950
RGB
CMYK
RGB Variations
Color information
#CE3950 (or 0xCE3950) is known color: Old Rose. HEX triplet: CE, 39 and 50. RGB value is (206,57,80). Sum of RGB (Red+Green+Blue) = 206+57+80=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3950 is #31C6AF. Grayscale: #686868. Windows color (decimal): -3262128 or 5257678. OLE color: 5257678.
HSL color Cylindrical-coordinate representation of color #CE3950: hue angle of 350.74º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3950 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 80 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.19 |
| HSL | 350.74º | 0.6% | 0.52% | - |
| HSV(B) | 350.74º | 0.72% | 0.81% | - |
| XYZ | 28.36 | 16.63 | 9.3 | - |
| YUV | 104.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 80 | 0 | 0.72 | 0.61 | 0.19 | 350.74 | 0.6 | 0.52 |
| Hex | CE | 39 | 50 | 0 | 48 | 3D | 13 | 15F | 3C | 34 |
| Octal | 316 | 71 | 120 | 0 | 110 | 75 | 23 | 537 | 74 | 64 |
| Binary | 11001110 | 111001 | 1010000 | 0 | 1001000 | 111101 | 10011 | 101011111 | 111100 | 110100 |
Color Harmonies of #CE3950
Complementary color
Monochromatic Colors of #CE3950
Black with #CE3950
Text Example
Text Example
White with #CE3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3950; }
p { color: rgb(206,57,80); }
H1.HeaderClassName
{
color: #CE3950;
}
.AnyTagClassName
{
color: #CE3950;
}
</style>
background-color css
<style>
a { background-color: #CE3950; }
a { background-color: rgb(206,57,80); }
div.DivClassName
{
background-color: #CE3950;
}
.BgClassName
{
background-color: #CE3950;
}
</style>
border-color css
<style>
span { border-color: #CE3950; }
span { border-color: rgb(206,57,80); }
td.TdClassName
{
border-color: #CE3950;
}
.TagClassName
{
border-color: #CE3950;
}
</style>