Shades of Old Rose #CE3D53
Tints of Old Rose #CE3D53
RGB
CMYK
RGB Variations
Color information
#CE3D53 (or 0xCE3D53) is known color: Old Rose. HEX triplet: CE, 3D and 53. RGB value is (206,61,83). Sum of RGB (Red+Green+Blue) = 206+61+83=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D53 is #31C2AC. Grayscale: #6A6A6A. Windows color (decimal): -3261101 or 5455310. OLE color: 5455310.
HSL color Cylindrical-coordinate representation of color #CE3D53: hue angle of 350.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D53 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 83 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.19 |
| HSL | 350.9º | 0.6% | 0.52% | - |
| HSV(B) | 350.9º | 0.7% | 0.81% | - |
| XYZ | 28.68 | 17.08 | 9.97 | - |
| YUV | 106.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 83 | 0 | 0.70 | 0.60 | 0.19 | 350.9 | 0.6 | 0.52 |
| Hex | CE | 3D | 53 | 0 | 46 | 3C | 13 | 15F | 3C | 34 |
| Octal | 316 | 75 | 123 | 0 | 106 | 74 | 23 | 537 | 74 | 64 |
| Binary | 11001110 | 111101 | 1010011 | 0 | 1000110 | 111100 | 10011 | 101011111 | 111100 | 110100 |
Color Harmonies of #CE3D53
Complementary color
Monochromatic Colors of #CE3D53
Black with #CE3D53
Text Example
Text Example
White with #CE3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D53; }
p { color: rgb(206,61,83); }
H1.HeaderClassName
{
color: #CE3D53;
}
.AnyTagClassName
{
color: #CE3D53;
}
</style>
background-color css
<style>
a { background-color: #CE3D53; }
a { background-color: rgb(206,61,83); }
div.DivClassName
{
background-color: #CE3D53;
}
.BgClassName
{
background-color: #CE3D53;
}
</style>
border-color css
<style>
span { border-color: #CE3D53; }
span { border-color: rgb(206,61,83); }
td.TdClassName
{
border-color: #CE3D53;
}
.TagClassName
{
border-color: #CE3D53;
}
</style>