Shades of Old Rose #CB2E56
Tints of Old Rose #CB2E56
RGB
CMYK
RGB Variations
Color information
#CB2E56 (or 0xCB2E56) is known color: Old Rose. HEX triplet: CB, 2E and 56. RGB value is (203,46,86). Sum of RGB (Red+Green+Blue) = 203+46+86=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E56 is #34D1A9. Grayscale: #616161. Windows color (decimal): -3461546 or 5648075. OLE color: 5648075.
HSL color Cylindrical-coordinate representation of color #CB2E56: hue angle of 344.71º degrees, saturation: 0.63, 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 #CB2E56 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 86 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.20 |
| HSL | 344.71º | 0.63% | 0.49% | - |
| HSV(B) | 344.71º | 0.77% | 0.8% | - |
| XYZ | 27.29 | 15.32 | 10.32 | - |
| YUV | 97.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 86 | 0 | 0.77 | 0.58 | 0.20 | 344.71 | 0.63 | 0.49 |
| Hex | CB | 2E | 56 | 0 | 4D | 3A | 14 | 159 | 3F | 31 |
| Octal | 313 | 56 | 126 | 0 | 115 | 72 | 24 | 531 | 77 | 61 |
| Binary | 11001011 | 101110 | 1010110 | 0 | 1001101 | 111010 | 10100 | 101011001 | 111111 | 110001 |
Color Harmonies of #CB2E56
Complementary color
Monochromatic Colors of #CB2E56
Black with #CB2E56
Text Example
Text Example
White with #CB2E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E56; }
p { color: rgb(203,46,86); }
H1.HeaderClassName
{
color: #CB2E56;
}
.AnyTagClassName
{
color: #CB2E56;
}
</style>
background-color css
<style>
a { background-color: #CB2E56; }
a { background-color: rgb(203,46,86); }
div.DivClassName
{
background-color: #CB2E56;
}
.BgClassName
{
background-color: #CB2E56;
}
</style>
border-color css
<style>
span { border-color: #CB2E56; }
span { border-color: rgb(203,46,86); }
td.TdClassName
{
border-color: #CB2E56;
}
.TagClassName
{
border-color: #CB2E56;
}
</style>