Shades of Old Rose #CE264E
Tints of Old Rose #CE264E
RGB
CMYK
RGB Variations
Color information
#CE264E (or 0xCE264E) is known color: Old Rose. HEX triplet: CE, 26 and 4E. RGB value is (206,38,78). Sum of RGB (Red+Green+Blue) = 206+38+78=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE264E is #31D9B1. Grayscale: #5C5C5C. Windows color (decimal): -3266994 or 5121742. OLE color: 5121742.
HSL color Cylindrical-coordinate representation of color #CE264E: hue angle of 345.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE264E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 78 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.19 |
| HSL | 345.71º | 0.69% | 0.48% | - |
| HSV(B) | 345.71º | 0.82% | 0.81% | - |
| XYZ | 27.52 | 15.06 | 8.66 | - |
| YUV | 92.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 78 | 0 | 0.82 | 0.62 | 0.19 | 345.71 | 0.69 | 0.48 |
| Hex | CE | 26 | 4E | 0 | 52 | 3E | 13 | 15A | 45 | 30 |
| Octal | 316 | 46 | 116 | 0 | 122 | 76 | 23 | 532 | 105 | 60 |
| Binary | 11001110 | 100110 | 1001110 | 0 | 1010010 | 111110 | 10011 | 101011010 | 1000101 | 110000 |
Color Harmonies of #CE264E
Complementary color
Monochromatic Colors of #CE264E
Black with #CE264E
Text Example
Text Example
White with #CE264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE264E; }
p { color: rgb(206,38,78); }
H1.HeaderClassName
{
color: #CE264E;
}
.AnyTagClassName
{
color: #CE264E;
}
</style>
background-color css
<style>
a { background-color: #CE264E; }
a { background-color: rgb(206,38,78); }
div.DivClassName
{
background-color: #CE264E;
}
.BgClassName
{
background-color: #CE264E;
}
</style>
border-color css
<style>
span { border-color: #CE264E; }
span { border-color: rgb(206,38,78); }
td.TdClassName
{
border-color: #CE264E;
}
.TagClassName
{
border-color: #CE264E;
}
</style>