Shades of Old Rose #CE1B4F
Tints of Old Rose #CE1B4F
RGB
CMYK
RGB Variations
Color information
#CE1B4F (or 0xCE1B4F) is known color: Old Rose. HEX triplet: CE, 1B and 4F. RGB value is (206,27,79). Sum of RGB (Red+Green+Blue) = 206+27+79=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B4F is #31E4B0. Grayscale: #565656. Windows color (decimal): -3269809 or 5184462. OLE color: 5184462.
HSL color Cylindrical-coordinate representation of color #CE1B4F: hue angle of 342.57º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B4F is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 79 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.19 |
| HSL | 342.57º | 0.77% | 0.46% | - |
| HSV(B) | 342.57º | 0.87% | 0.81% | - |
| XYZ | 27.26 | 14.47 | 8.75 | - |
| YUV | 86.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 79 | 0 | 0.87 | 0.62 | 0.19 | 342.57 | 0.77 | 0.46 |
| Hex | CE | 1B | 4F | 0 | 57 | 3E | 13 | 157 | 4D | 2E |
| Octal | 316 | 33 | 117 | 0 | 127 | 76 | 23 | 527 | 115 | 56 |
| Binary | 11001110 | 11011 | 1001111 | 0 | 1010111 | 111110 | 10011 | 101010111 | 1001101 | 101110 |
Color Harmonies of #CE1B4F
Complementary color
Monochromatic Colors of #CE1B4F
Black with #CE1B4F
Text Example
Text Example
White with #CE1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B4F; }
p { color: rgb(206,27,79); }
H1.HeaderClassName
{
color: #CE1B4F;
}
.AnyTagClassName
{
color: #CE1B4F;
}
</style>
background-color css
<style>
a { background-color: #CE1B4F; }
a { background-color: rgb(206,27,79); }
div.DivClassName
{
background-color: #CE1B4F;
}
.BgClassName
{
background-color: #CE1B4F;
}
</style>
border-color css
<style>
span { border-color: #CE1B4F; }
span { border-color: rgb(206,27,79); }
td.TdClassName
{
border-color: #CE1B4F;
}
.TagClassName
{
border-color: #CE1B4F;
}
</style>