Shades of Old Rose #CB2E53
Tints of Old Rose #CB2E53
RGB
CMYK
RGB Variations
Color information
#CB2E53 (or 0xCB2E53) is known color: Old Rose. HEX triplet: CB, 2E and 53. RGB value is (203,46,83). Sum of RGB (Red+Green+Blue) = 203+46+83=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E53 is #34D1AC. Grayscale: #616161. Windows color (decimal): -3461549 or 5451467. OLE color: 5451467.
HSL color Cylindrical-coordinate representation of color #CB2E53: hue angle of 345.86º 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 #CB2E53 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 83 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.20 |
| HSL | 345.86º | 0.63% | 0.49% | - |
| HSV(B) | 345.86º | 0.77% | 0.8% | - |
| XYZ | 27.17 | 15.28 | 9.7 | - |
| YUV | 97.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 83 | 0 | 0.77 | 0.59 | 0.20 | 345.86 | 0.63 | 0.49 |
| Hex | CB | 2E | 53 | 0 | 4D | 3B | 14 | 15A | 3F | 31 |
| Octal | 313 | 56 | 123 | 0 | 115 | 73 | 24 | 532 | 77 | 61 |
| Binary | 11001011 | 101110 | 1010011 | 0 | 1001101 | 111011 | 10100 | 101011010 | 111111 | 110001 |
Color Harmonies of #CB2E53
Complementary color
Monochromatic Colors of #CB2E53
Black with #CB2E53
Text Example
Text Example
White with #CB2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E53; }
p { color: rgb(203,46,83); }
H1.HeaderClassName
{
color: #CB2E53;
}
.AnyTagClassName
{
color: #CB2E53;
}
</style>
background-color css
<style>
a { background-color: #CB2E53; }
a { background-color: rgb(203,46,83); }
div.DivClassName
{
background-color: #CB2E53;
}
.BgClassName
{
background-color: #CB2E53;
}
</style>
border-color css
<style>
span { border-color: #CB2E53; }
span { border-color: rgb(203,46,83); }
td.TdClassName
{
border-color: #CB2E53;
}
.TagClassName
{
border-color: #CB2E53;
}
</style>