Shades of Old Rose #CF2154
Tints of Old Rose #CF2154
RGB
CMYK
RGB Variations
Color information
#CF2154 (or 0xCF2154) is known color: Old Rose. HEX triplet: CF, 21 and 54. RGB value is (207,33,84). Sum of RGB (Red+Green+Blue) = 207+33+84=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2154 is #30DEAB. Grayscale: #5A5A5A. Windows color (decimal): -3202732 or 5513679. OLE color: 5513679.
HSL color Cylindrical-coordinate representation of color #CF2154: hue angle of 342.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2154 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 84 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.19 |
| HSL | 342.41º | 0.73% | 0.47% | - |
| HSV(B) | 342.41º | 0.84% | 0.81% | - |
| XYZ | 27.88 | 14.99 | 9.81 | - |
| YUV | 90.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 84 | 0 | 0.84 | 0.59 | 0.19 | 342.41 | 0.73 | 0.47 |
| Hex | CF | 21 | 54 | 0 | 54 | 3B | 13 | 156 | 48 | 2F |
| Octal | 317 | 41 | 124 | 0 | 124 | 73 | 23 | 526 | 110 | 57 |
| Binary | 11001111 | 100001 | 1010100 | 0 | 1010100 | 111011 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CF2154
Complementary color
Monochromatic Colors of #CF2154
Black with #CF2154
Text Example
Text Example
White with #CF2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2154; }
p { color: rgb(207,33,84); }
H1.HeaderClassName
{
color: #CF2154;
}
.AnyTagClassName
{
color: #CF2154;
}
</style>
background-color css
<style>
a { background-color: #CF2154; }
a { background-color: rgb(207,33,84); }
div.DivClassName
{
background-color: #CF2154;
}
.BgClassName
{
background-color: #CF2154;
}
</style>
border-color css
<style>
span { border-color: #CF2154; }
span { border-color: rgb(207,33,84); }
td.TdClassName
{
border-color: #CF2154;
}
.TagClassName
{
border-color: #CF2154;
}
</style>