Shades of Old Rose #CB2450
Tints of Old Rose #CB2450
RGB
CMYK
RGB Variations
Color information
#CB2450 (or 0xCB2450) is known color: Old Rose. HEX triplet: CB, 24 and 50. RGB value is (203,36,80). Sum of RGB (Red+Green+Blue) = 203+36+80=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2450 is #34DBAF. Grayscale: #5A5A5A. Windows color (decimal): -3464112 or 5252299. OLE color: 5252299.
HSL color Cylindrical-coordinate representation of color #CB2450: hue angle of 344.19º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2450 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 80 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.20 |
| HSL | 344.19º | 0.7% | 0.47% | - |
| HSV(B) | 344.19º | 0.82% | 0.8% | - |
| XYZ | 26.71 | 14.54 | 8.99 | - |
| YUV | 90.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 80 | 0 | 0.82 | 0.61 | 0.20 | 344.19 | 0.7 | 0.47 |
| Hex | CB | 24 | 50 | 0 | 52 | 3D | 14 | 158 | 46 | 2F |
| Octal | 313 | 44 | 120 | 0 | 122 | 75 | 24 | 530 | 106 | 57 |
| Binary | 11001011 | 100100 | 1010000 | 0 | 1010010 | 111101 | 10100 | 101011000 | 1000110 | 101111 |
Color Harmonies of #CB2450
Complementary color
Monochromatic Colors of #CB2450
Black with #CB2450
Text Example
Text Example
White with #CB2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2450; }
p { color: rgb(203,36,80); }
H1.HeaderClassName
{
color: #CB2450;
}
.AnyTagClassName
{
color: #CB2450;
}
</style>
background-color css
<style>
a { background-color: #CB2450; }
a { background-color: rgb(203,36,80); }
div.DivClassName
{
background-color: #CB2450;
}
.BgClassName
{
background-color: #CB2450;
}
</style>
border-color css
<style>
span { border-color: #CB2450; }
span { border-color: rgb(203,36,80); }
td.TdClassName
{
border-color: #CB2450;
}
.TagClassName
{
border-color: #CB2450;
}
</style>