Shades of Old Rose #CB2F54
Tints of Old Rose #CB2F54
RGB
CMYK
RGB Variations
Color information
#CB2F54 (or 0xCB2F54) is known color: Old Rose. HEX triplet: CB, 2F and 54. RGB value is (203,47,84). Sum of RGB (Red+Green+Blue) = 203+47+84=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F54 is #34D0AB. Grayscale: #616161. Windows color (decimal): -3461292 or 5517259. OLE color: 5517259.
HSL color Cylindrical-coordinate representation of color #CB2F54: hue angle of 345.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F54 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 84 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.20 |
| HSL | 345.77º | 0.62% | 0.49% | - |
| HSV(B) | 345.77º | 0.77% | 0.8% | - |
| XYZ | 27.25 | 15.37 | 9.92 | - |
| YUV | 97.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 84 | 0 | 0.77 | 0.59 | 0.20 | 345.77 | 0.62 | 0.49 |
| Hex | CB | 2F | 54 | 0 | 4D | 3B | 14 | 15A | 3E | 31 |
| Octal | 313 | 57 | 124 | 0 | 115 | 73 | 24 | 532 | 76 | 61 |
| Binary | 11001011 | 101111 | 1010100 | 0 | 1001101 | 111011 | 10100 | 101011010 | 111110 | 110001 |
Color Harmonies of #CB2F54
Complementary color
Monochromatic Colors of #CB2F54
Black with #CB2F54
Text Example
Text Example
White with #CB2F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F54; }
p { color: rgb(203,47,84); }
H1.HeaderClassName
{
color: #CB2F54;
}
.AnyTagClassName
{
color: #CB2F54;
}
</style>
background-color css
<style>
a { background-color: #CB2F54; }
a { background-color: rgb(203,47,84); }
div.DivClassName
{
background-color: #CB2F54;
}
.BgClassName
{
background-color: #CB2F54;
}
</style>
border-color css
<style>
span { border-color: #CB2F54; }
span { border-color: rgb(203,47,84); }
td.TdClassName
{
border-color: #CB2F54;
}
.TagClassName
{
border-color: #CB2F54;
}
</style>