Shades of Old Rose #CB2E52
Tints of Old Rose #CB2E52
RGB
CMYK
RGB Variations
Color information
#CB2E52 (or 0xCB2E52) is known color: Old Rose. HEX triplet: CB, 2E and 52. RGB value is (203,46,82). Sum of RGB (Red+Green+Blue) = 203+46+82=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E52 is #34D1AD. Grayscale: #616161. Windows color (decimal): -3461550 or 5385931. OLE color: 5385931.
HSL color Cylindrical-coordinate representation of color #CB2E52: hue angle of 346.24º 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 #CB2E52 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 82 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.20 |
| HSL | 346.24º | 0.63% | 0.49% | - |
| HSV(B) | 346.24º | 0.77% | 0.8% | - |
| XYZ | 27.13 | 15.26 | 9.5 | - |
| YUV | 97.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 82 | 0 | 0.77 | 0.60 | 0.20 | 346.24 | 0.63 | 0.49 |
| Hex | CB | 2E | 52 | 0 | 4D | 3C | 14 | 15A | 3F | 31 |
| Octal | 313 | 56 | 122 | 0 | 115 | 74 | 24 | 532 | 77 | 61 |
| Binary | 11001011 | 101110 | 1010010 | 0 | 1001101 | 111100 | 10100 | 101011010 | 111111 | 110001 |
Color Harmonies of #CB2E52
Complementary color
Monochromatic Colors of #CB2E52
Black with #CB2E52
Text Example
Text Example
White with #CB2E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E52; }
p { color: rgb(203,46,82); }
H1.HeaderClassName
{
color: #CB2E52;
}
.AnyTagClassName
{
color: #CB2E52;
}
</style>
background-color css
<style>
a { background-color: #CB2E52; }
a { background-color: rgb(203,46,82); }
div.DivClassName
{
background-color: #CB2E52;
}
.BgClassName
{
background-color: #CB2E52;
}
</style>
border-color css
<style>
span { border-color: #CB2E52; }
span { border-color: rgb(203,46,82); }
td.TdClassName
{
border-color: #CB2E52;
}
.TagClassName
{
border-color: #CB2E52;
}
</style>