Shades of Old Rose #CE3754
Tints of Old Rose #CE3754
RGB
CMYK
RGB Variations
Color information
#CE3754 (or 0xCE3754) is known color: Old Rose. HEX triplet: CE, 37 and 54. RGB value is (206,55,84). Sum of RGB (Red+Green+Blue) = 206+55+84=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3754 is #31C8AB. Grayscale: #676767. Windows color (decimal): -3262636 or 5519310. OLE color: 5519310.
HSL color Cylindrical-coordinate representation of color #CE3754: hue angle of 348.48º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3754 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 84 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.19 |
| HSL | 348.48º | 0.61% | 0.51% | - |
| HSV(B) | 348.48º | 0.73% | 0.81% | - |
| XYZ | 28.42 | 16.49 | 10.07 | - |
| YUV | 103.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 84 | 0 | 0.73 | 0.59 | 0.19 | 348.48 | 0.61 | 0.51 |
| Hex | CE | 37 | 54 | 0 | 49 | 3B | 13 | 15C | 3D | 33 |
| Octal | 316 | 67 | 124 | 0 | 111 | 73 | 23 | 534 | 75 | 63 |
| Binary | 11001110 | 110111 | 1010100 | 0 | 1001001 | 111011 | 10011 | 101011100 | 111101 | 110011 |
Color Harmonies of #CE3754
Complementary color
Monochromatic Colors of #CE3754
Black with #CE3754
Text Example
Text Example
White with #CE3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3754; }
p { color: rgb(206,55,84); }
H1.HeaderClassName
{
color: #CE3754;
}
.AnyTagClassName
{
color: #CE3754;
}
</style>
background-color css
<style>
a { background-color: #CE3754; }
a { background-color: rgb(206,55,84); }
div.DivClassName
{
background-color: #CE3754;
}
.BgClassName
{
background-color: #CE3754;
}
</style>
border-color css
<style>
span { border-color: #CE3754; }
span { border-color: rgb(206,55,84); }
td.TdClassName
{
border-color: #CE3754;
}
.TagClassName
{
border-color: #CE3754;
}
</style>