Shades of Old Rose #CF2155
Tints of Old Rose #CF2155
RGB
CMYK
RGB Variations
Color information
#CF2155 (or 0xCF2155) is known color: Old Rose. HEX triplet: CF, 21 and 55. RGB value is (207,33,85). Sum of RGB (Red+Green+Blue) = 207+33+85=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2155 is #30DEAA. Grayscale: #5A5A5A. Windows color (decimal): -3202731 or 5579215. OLE color: 5579215.
HSL color Cylindrical-coordinate representation of color #CF2155: hue angle of 342.07º 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 #CF2155 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 85 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.19 |
| HSL | 342.07º | 0.73% | 0.47% | - |
| HSV(B) | 342.07º | 0.84% | 0.81% | - |
| XYZ | 27.92 | 15.01 | 10.02 | - |
| YUV | 90.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 85 | 0 | 0.84 | 0.59 | 0.19 | 342.07 | 0.73 | 0.47 |
| Hex | CF | 21 | 55 | 0 | 54 | 3B | 13 | 156 | 48 | 2F |
| Octal | 317 | 41 | 125 | 0 | 124 | 73 | 23 | 526 | 110 | 57 |
| Binary | 11001111 | 100001 | 1010101 | 0 | 1010100 | 111011 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CF2155
Complementary color
Monochromatic Colors of #CF2155
Black with #CF2155
Text Example
Text Example
White with #CF2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2155; }
p { color: rgb(207,33,85); }
H1.HeaderClassName
{
color: #CF2155;
}
.AnyTagClassName
{
color: #CF2155;
}
</style>
background-color css
<style>
a { background-color: #CF2155; }
a { background-color: rgb(207,33,85); }
div.DivClassName
{
background-color: #CF2155;
}
.BgClassName
{
background-color: #CF2155;
}
</style>
border-color css
<style>
span { border-color: #CF2155; }
span { border-color: rgb(207,33,85); }
td.TdClassName
{
border-color: #CF2155;
}
.TagClassName
{
border-color: #CF2155;
}
</style>