Shades of Old Rose #CB2B52
Tints of Old Rose #CB2B52
RGB
CMYK
RGB Variations
Color information
#CB2B52 (or 0xCB2B52) is known color: Old Rose. HEX triplet: CB, 2B and 52. RGB value is (203,43,82). Sum of RGB (Red+Green+Blue) = 203+43+82=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B52 is #34D4AD. Grayscale: #5F5F5F. Windows color (decimal): -3462318 or 5385163. OLE color: 5385163.
HSL color Cylindrical-coordinate representation of color #CB2B52: hue angle of 345.38º 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 #CB2B52 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 82 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.20 |
| HSL | 345.38º | 0.65% | 0.48% | - |
| HSV(B) | 345.38º | 0.79% | 0.8% | - |
| XYZ | 27.02 | 15.03 | 9.46 | - |
| YUV | 95.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 82 | 0 | 0.79 | 0.60 | 0.20 | 345.38 | 0.65 | 0.48 |
| Hex | CB | 2B | 52 | 0 | 4F | 3C | 14 | 159 | 41 | 30 |
| Octal | 313 | 53 | 122 | 0 | 117 | 74 | 24 | 531 | 101 | 60 |
| Binary | 11001011 | 101011 | 1010010 | 0 | 1001111 | 111100 | 10100 | 101011001 | 1000001 | 110000 |
Color Harmonies of #CB2B52
Complementary color
Monochromatic Colors of #CB2B52
Black with #CB2B52
Text Example
Text Example
White with #CB2B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B52; }
p { color: rgb(203,43,82); }
H1.HeaderClassName
{
color: #CB2B52;
}
.AnyTagClassName
{
color: #CB2B52;
}
</style>
background-color css
<style>
a { background-color: #CB2B52; }
a { background-color: rgb(203,43,82); }
div.DivClassName
{
background-color: #CB2B52;
}
.BgClassName
{
background-color: #CB2B52;
}
</style>
border-color css
<style>
span { border-color: #CB2B52; }
span { border-color: rgb(203,43,82); }
td.TdClassName
{
border-color: #CB2B52;
}
.TagClassName
{
border-color: #CB2B52;
}
</style>