Shades of Old Rose #CB1E55
Tints of Old Rose #CB1E55
RGB
CMYK
RGB Variations
Color information
#CB1E55 (or 0xCB1E55) is known color: Old Rose. HEX triplet: CB, 1E and 55. RGB value is (203,30,85). Sum of RGB (Red+Green+Blue) = 203+30+85=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E55 is #34E1AA. Grayscale: #575757. Windows color (decimal): -3465643 or 5578443. OLE color: 5578443.
HSL color Cylindrical-coordinate representation of color #CB1E55: hue angle of 340.92º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E55 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 85 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.20 |
| HSL | 340.92º | 0.74% | 0.46% | - |
| HSV(B) | 340.92º | 0.85% | 0.8% | - |
| XYZ | 26.73 | 14.28 | 9.94 | - |
| YUV | 88 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 85 | 0 | 0.85 | 0.58 | 0.20 | 340.92 | 0.74 | 0.46 |
| Hex | CB | 1E | 55 | 0 | 55 | 3A | 14 | 155 | 4A | 2E |
| Octal | 313 | 36 | 125 | 0 | 125 | 72 | 24 | 525 | 112 | 56 |
| Binary | 11001011 | 11110 | 1010101 | 0 | 1010101 | 111010 | 10100 | 101010101 | 1001010 | 101110 |
Color Harmonies of #CB1E55
Complementary color
Monochromatic Colors of #CB1E55
Black with #CB1E55
Text Example
Text Example
White with #CB1E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E55; }
p { color: rgb(203,30,85); }
H1.HeaderClassName
{
color: #CB1E55;
}
.AnyTagClassName
{
color: #CB1E55;
}
</style>
background-color css
<style>
a { background-color: #CB1E55; }
a { background-color: rgb(203,30,85); }
div.DivClassName
{
background-color: #CB1E55;
}
.BgClassName
{
background-color: #CB1E55;
}
</style>
border-color css
<style>
span { border-color: #CB1E55; }
span { border-color: rgb(203,30,85); }
td.TdClassName
{
border-color: #CB1E55;
}
.TagClassName
{
border-color: #CB1E55;
}
</style>