Shades of Old Rose #CF2453
Tints of Old Rose #CF2453
RGB
CMYK
RGB Variations
Color information
#CF2453 (or 0xCF2453) is known color: Old Rose. HEX triplet: CF, 24 and 53. RGB value is (207,36,83). Sum of RGB (Red+Green+Blue) = 207+36+83=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2453 is #30DBAC. Grayscale: #5C5C5C. Windows color (decimal): -3201965 or 5448911. OLE color: 5448911.
HSL color Cylindrical-coordinate representation of color #CF2453: hue angle of 343.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2453 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 83 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.19 |
| HSL | 343.51º | 0.7% | 0.48% | - |
| HSV(B) | 343.51º | 0.83% | 0.81% | - |
| XYZ | 27.92 | 15.15 | 9.64 | - |
| YUV | 92.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 83 | 0 | 0.83 | 0.60 | 0.19 | 343.51 | 0.7 | 0.48 |
| Hex | CF | 24 | 53 | 0 | 53 | 3C | 13 | 158 | 46 | 30 |
| Octal | 317 | 44 | 123 | 0 | 123 | 74 | 23 | 530 | 106 | 60 |
| Binary | 11001111 | 100100 | 1010011 | 0 | 1010011 | 111100 | 10011 | 101011000 | 1000110 | 110000 |
Color Harmonies of #CF2453
Complementary color
Monochromatic Colors of #CF2453
Black with #CF2453
Text Example
Text Example
White with #CF2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2453; }
p { color: rgb(207,36,83); }
H1.HeaderClassName
{
color: #CF2453;
}
.AnyTagClassName
{
color: #CF2453;
}
</style>
background-color css
<style>
a { background-color: #CF2453; }
a { background-color: rgb(207,36,83); }
div.DivClassName
{
background-color: #CF2453;
}
.BgClassName
{
background-color: #CF2453;
}
</style>
border-color css
<style>
span { border-color: #CF2453; }
span { border-color: rgb(207,36,83); }
td.TdClassName
{
border-color: #CF2453;
}
.TagClassName
{
border-color: #CF2453;
}
</style>