Shades of Old Rose #CE1F4D
Tints of Old Rose #CE1F4D
RGB
CMYK
RGB Variations
Color information
#CE1F4D (or 0xCE1F4D) is known color: Old Rose. HEX triplet: CE, 1F and 4D. RGB value is (206,31,77). Sum of RGB (Red+Green+Blue) = 206+31+77=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F4D is #31E0B2. Grayscale: #585858. Windows color (decimal): -3268787 or 5054414. OLE color: 5054414.
HSL color Cylindrical-coordinate representation of color #CE1F4D: hue angle of 344.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F4D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 77 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.19 |
| HSL | 344.23º | 0.74% | 0.46% | - |
| HSV(B) | 344.23º | 0.85% | 0.81% | - |
| XYZ | 27.28 | 14.64 | 8.41 | - |
| YUV | 88.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 77 | 0 | 0.85 | 0.63 | 0.19 | 344.23 | 0.74 | 0.46 |
| Hex | CE | 1F | 4D | 0 | 55 | 3F | 13 | 158 | 4A | 2E |
| Octal | 316 | 37 | 115 | 0 | 125 | 77 | 23 | 530 | 112 | 56 |
| Binary | 11001110 | 11111 | 1001101 | 0 | 1010101 | 111111 | 10011 | 101011000 | 1001010 | 101110 |
Color Harmonies of #CE1F4D
Complementary color
Monochromatic Colors of #CE1F4D
Black with #CE1F4D
Text Example
Text Example
White with #CE1F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F4D; }
p { color: rgb(206,31,77); }
H1.HeaderClassName
{
color: #CE1F4D;
}
.AnyTagClassName
{
color: #CE1F4D;
}
</style>
background-color css
<style>
a { background-color: #CE1F4D; }
a { background-color: rgb(206,31,77); }
div.DivClassName
{
background-color: #CE1F4D;
}
.BgClassName
{
background-color: #CE1F4D;
}
</style>
border-color css
<style>
span { border-color: #CE1F4D; }
span { border-color: rgb(206,31,77); }
td.TdClassName
{
border-color: #CE1F4D;
}
.TagClassName
{
border-color: #CE1F4D;
}
</style>