Shades of Old Rose #CF2B54
Tints of Old Rose #CF2B54
RGB
CMYK
RGB Variations
Color information
#CF2B54 (or 0xCF2B54) is known color: Old Rose. HEX triplet: CF, 2B and 54. RGB value is (207,43,84). Sum of RGB (Red+Green+Blue) = 207+43+84=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B54 is #30D4AB. Grayscale: #606060. Windows color (decimal): -3200172 or 5516239. OLE color: 5516239.
HSL color Cylindrical-coordinate representation of color #CF2B54: hue angle of 345º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B54 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 84 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.19 |
| HSL | 345º | 0.66% | 0.49% | - |
| HSV(B) | 345º | 0.79% | 0.81% | - |
| XYZ | 28.2 | 15.63 | 9.92 | - |
| YUV | 96.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 84 | 0 | 0.79 | 0.59 | 0.19 | 345 | 0.66 | 0.49 |
| Hex | CF | 2B | 54 | 0 | 4F | 3B | 13 | 159 | 42 | 31 |
| Octal | 317 | 53 | 124 | 0 | 117 | 73 | 23 | 531 | 102 | 61 |
| Binary | 11001111 | 101011 | 1010100 | 0 | 1001111 | 111011 | 10011 | 101011001 | 1000010 | 110001 |
Color Harmonies of #CF2B54
Complementary color
Monochromatic Colors of #CF2B54
Black with #CF2B54
Text Example
Text Example
White with #CF2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B54; }
p { color: rgb(207,43,84); }
H1.HeaderClassName
{
color: #CF2B54;
}
.AnyTagClassName
{
color: #CF2B54;
}
</style>
background-color css
<style>
a { background-color: #CF2B54; }
a { background-color: rgb(207,43,84); }
div.DivClassName
{
background-color: #CF2B54;
}
.BgClassName
{
background-color: #CF2B54;
}
</style>
border-color css
<style>
span { border-color: #CF2B54; }
span { border-color: rgb(207,43,84); }
td.TdClassName
{
border-color: #CF2B54;
}
.TagClassName
{
border-color: #CF2B54;
}
</style>