Shades of Old Rose #CF2255
Tints of Old Rose #CF2255
RGB
CMYK
RGB Variations
Color information
#CF2255 (or 0xCF2255) is known color: Old Rose. HEX triplet: CF, 22 and 55. RGB value is (207,34,85). Sum of RGB (Red+Green+Blue) = 207+34+85=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2255 is #30DDAA. Grayscale: #5B5B5B. Windows color (decimal): -3202475 or 5579471. OLE color: 5579471.
HSL color Cylindrical-coordinate representation of color #CF2255: hue angle of 342.31º degrees, saturation: 0.72, 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 #CF2255 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 85 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.19 |
| HSL | 342.31º | 0.72% | 0.47% | - |
| HSV(B) | 342.31º | 0.84% | 0.81% | - |
| XYZ | 27.94 | 15.07 | 10.03 | - |
| YUV | 91.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 85 | 0 | 0.84 | 0.59 | 0.19 | 342.31 | 0.72 | 0.47 |
| Hex | CF | 22 | 55 | 0 | 54 | 3B | 13 | 156 | 48 | 2F |
| Octal | 317 | 42 | 125 | 0 | 124 | 73 | 23 | 526 | 110 | 57 |
| Binary | 11001111 | 100010 | 1010101 | 0 | 1010100 | 111011 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CF2255
Complementary color
Monochromatic Colors of #CF2255
Black with #CF2255
Text Example
Text Example
White with #CF2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2255; }
p { color: rgb(207,34,85); }
H1.HeaderClassName
{
color: #CF2255;
}
.AnyTagClassName
{
color: #CF2255;
}
</style>
background-color css
<style>
a { background-color: #CF2255; }
a { background-color: rgb(207,34,85); }
div.DivClassName
{
background-color: #CF2255;
}
.BgClassName
{
background-color: #CF2255;
}
</style>
border-color css
<style>
span { border-color: #CF2255; }
span { border-color: rgb(207,34,85); }
td.TdClassName
{
border-color: #CF2255;
}
.TagClassName
{
border-color: #CF2255;
}
</style>