Shades of Old Rose #CE3A53
Tints of Old Rose #CE3A53
RGB
CMYK
RGB Variations
Color information
#CE3A53 (or 0xCE3A53) is known color: Old Rose. HEX triplet: CE, 3A and 53. RGB value is (206,58,83). Sum of RGB (Red+Green+Blue) = 206+58+83=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A53 is #31C5AC. Grayscale: #696969. Windows color (decimal): -3261869 or 5454542. OLE color: 5454542.
HSL color Cylindrical-coordinate representation of color #CE3A53: hue angle of 349.86º 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 #CE3A53 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 83 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.19 |
| HSL | 349.86º | 0.6% | 0.52% | - |
| HSV(B) | 349.86º | 0.72% | 0.81% | - |
| XYZ | 28.53 | 16.77 | 9.92 | - |
| YUV | 105.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 83 | 0 | 0.72 | 0.60 | 0.19 | 349.86 | 0.6 | 0.52 |
| Hex | CE | 3A | 53 | 0 | 48 | 3C | 13 | 15E | 3C | 34 |
| Octal | 316 | 72 | 123 | 0 | 110 | 74 | 23 | 536 | 74 | 64 |
| Binary | 11001110 | 111010 | 1010011 | 0 | 1001000 | 111100 | 10011 | 101011110 | 111100 | 110100 |
Color Harmonies of #CE3A53
Complementary color
Monochromatic Colors of #CE3A53
Black with #CE3A53
Text Example
Text Example
White with #CE3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A53; }
p { color: rgb(206,58,83); }
H1.HeaderClassName
{
color: #CE3A53;
}
.AnyTagClassName
{
color: #CE3A53;
}
</style>
background-color css
<style>
a { background-color: #CE3A53; }
a { background-color: rgb(206,58,83); }
div.DivClassName
{
background-color: #CE3A53;
}
.BgClassName
{
background-color: #CE3A53;
}
</style>
border-color css
<style>
span { border-color: #CE3A53; }
span { border-color: rgb(206,58,83); }
td.TdClassName
{
border-color: #CE3A53;
}
.TagClassName
{
border-color: #CE3A53;
}
</style>