Shades of Old Rose #CF2755
Tints of Old Rose #CF2755
RGB
CMYK
RGB Variations
Color information
#CF2755 (or 0xCF2755) is known color: Old Rose. HEX triplet: CF, 27 and 55. RGB value is (207,39,85). Sum of RGB (Red+Green+Blue) = 207+39+85=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2755 is #30D8AA. Grayscale: #5E5E5E. Windows color (decimal): -3201195 or 5580751. OLE color: 5580751.
HSL color Cylindrical-coordinate representation of color #CF2755: hue angle of 343.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2755 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 85 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.19 |
| HSL | 343.57º | 0.68% | 0.48% | - |
| HSV(B) | 343.57º | 0.81% | 0.81% | - |
| XYZ | 28.1 | 15.37 | 10.08 | - |
| YUV | 94.48 | 122.66 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 85 | 0 | 0.81 | 0.59 | 0.19 | 343.57 | 0.68 | 0.48 |
| Hex | CF | 27 | 55 | 0 | 51 | 3B | 13 | 158 | 44 | 30 |
| Octal | 317 | 47 | 125 | 0 | 121 | 73 | 23 | 530 | 104 | 60 |
| Binary | 11001111 | 100111 | 1010101 | 0 | 1010001 | 111011 | 10011 | 101011000 | 1000100 | 110000 |
Color Harmonies of #CF2755
Complementary color
Monochromatic Colors of #CF2755
Black with #CF2755
Text Example
Text Example
White with #CF2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2755; }
p { color: rgb(207,39,85); }
H1.HeaderClassName
{
color: #CF2755;
}
.AnyTagClassName
{
color: #CF2755;
}
</style>
background-color css
<style>
a { background-color: #CF2755; }
a { background-color: rgb(207,39,85); }
div.DivClassName
{
background-color: #CF2755;
}
.BgClassName
{
background-color: #CF2755;
}
</style>
border-color css
<style>
span { border-color: #CF2755; }
span { border-color: rgb(207,39,85); }
td.TdClassName
{
border-color: #CF2755;
}
.TagClassName
{
border-color: #CF2755;
}
</style>