Shades of Old Rose #CB2B51
Tints of Old Rose #CB2B51
RGB
CMYK
RGB Variations
Color information
#CB2B51 (or 0xCB2B51) is known color: Old Rose. HEX triplet: CB, 2B and 51. RGB value is (203,43,81). Sum of RGB (Red+Green+Blue) = 203+43+81=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B51 is #34D4AE. Grayscale: #5F5F5F. Windows color (decimal): -3462319 or 5319627. OLE color: 5319627.
HSL color Cylindrical-coordinate representation of color #CB2B51: hue angle of 345.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B51 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 81 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.20 |
| HSL | 345.75º | 0.65% | 0.48% | - |
| HSV(B) | 345.75º | 0.79% | 0.8% | - |
| XYZ | 26.98 | 15.02 | 9.26 | - |
| YUV | 95.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 81 | 0 | 0.79 | 0.60 | 0.20 | 345.75 | 0.65 | 0.48 |
| Hex | CB | 2B | 51 | 0 | 4F | 3C | 14 | 15A | 41 | 30 |
| Octal | 313 | 53 | 121 | 0 | 117 | 74 | 24 | 532 | 101 | 60 |
| Binary | 11001011 | 101011 | 1010001 | 0 | 1001111 | 111100 | 10100 | 101011010 | 1000001 | 110000 |
Color Harmonies of #CB2B51
Complementary color
Monochromatic Colors of #CB2B51
Black with #CB2B51
Text Example
Text Example
White with #CB2B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B51; }
p { color: rgb(203,43,81); }
H1.HeaderClassName
{
color: #CB2B51;
}
.AnyTagClassName
{
color: #CB2B51;
}
</style>
background-color css
<style>
a { background-color: #CB2B51; }
a { background-color: rgb(203,43,81); }
div.DivClassName
{
background-color: #CB2B51;
}
.BgClassName
{
background-color: #CB2B51;
}
</style>
border-color css
<style>
span { border-color: #CB2B51; }
span { border-color: rgb(203,43,81); }
td.TdClassName
{
border-color: #CB2B51;
}
.TagClassName
{
border-color: #CB2B51;
}
</style>