Shades of Old Rose #CE364E
Tints of Old Rose #CE364E
RGB
CMYK
RGB Variations
Color information
#CE364E (or 0xCE364E) is known color: Old Rose. HEX triplet: CE, 36 and 4E. RGB value is (206,54,78). Sum of RGB (Red+Green+Blue) = 206+54+78=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE364E is #31C9B1. Grayscale: #666666. Windows color (decimal): -3262898 or 5125838. OLE color: 5125838.
HSL color Cylindrical-coordinate representation of color #CE364E: hue angle of 350.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE364E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 78 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.19 |
| HSL | 350.53º | 0.61% | 0.51% | - |
| HSV(B) | 350.53º | 0.74% | 0.81% | - |
| XYZ | 28.15 | 16.31 | 8.87 | - |
| YUV | 102.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 78 | 0 | 0.74 | 0.62 | 0.19 | 350.53 | 0.61 | 0.51 |
| Hex | CE | 36 | 4E | 0 | 4A | 3E | 13 | 15F | 3D | 33 |
| Octal | 316 | 66 | 116 | 0 | 112 | 76 | 23 | 537 | 75 | 63 |
| Binary | 11001110 | 110110 | 1001110 | 0 | 1001010 | 111110 | 10011 | 101011111 | 111101 | 110011 |
Color Harmonies of #CE364E
Complementary color
Monochromatic Colors of #CE364E
Black with #CE364E
Text Example
Text Example
White with #CE364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE364E; }
p { color: rgb(206,54,78); }
H1.HeaderClassName
{
color: #CE364E;
}
.AnyTagClassName
{
color: #CE364E;
}
</style>
background-color css
<style>
a { background-color: #CE364E; }
a { background-color: rgb(206,54,78); }
div.DivClassName
{
background-color: #CE364E;
}
.BgClassName
{
background-color: #CE364E;
}
</style>
border-color css
<style>
span { border-color: #CE364E; }
span { border-color: rgb(206,54,78); }
td.TdClassName
{
border-color: #CE364E;
}
.TagClassName
{
border-color: #CE364E;
}
</style>