Shades of Old Rose #CB1F55
Tints of Old Rose #CB1F55
RGB
CMYK
RGB Variations
Color information
#CB1F55 (or 0xCB1F55) is known color: Old Rose. HEX triplet: CB, 1F and 55. RGB value is (203,31,85). Sum of RGB (Red+Green+Blue) = 203+31+85=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1F55 is #34E0AA. Grayscale: #585858. Windows color (decimal): -3465387 or 5578699. OLE color: 5578699.
HSL color Cylindrical-coordinate representation of color #CB1F55: hue angle of 341.16º 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 #CB1F55 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 85 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.20 |
| HSL | 341.16º | 0.74% | 0.46% | - |
| HSV(B) | 341.16º | 0.85% | 0.8% | - |
| XYZ | 26.76 | 14.33 | 9.95 | - |
| YUV | 88.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 85 | 0 | 0.85 | 0.58 | 0.20 | 341.16 | 0.74 | 0.46 |
| Hex | CB | 1F | 55 | 0 | 55 | 3A | 14 | 155 | 4A | 2E |
| Octal | 313 | 37 | 125 | 0 | 125 | 72 | 24 | 525 | 112 | 56 |
| Binary | 11001011 | 11111 | 1010101 | 0 | 1010101 | 111010 | 10100 | 101010101 | 1001010 | 101110 |
Color Harmonies of #CB1F55
Complementary color
Monochromatic Colors of #CB1F55
Black with #CB1F55
Text Example
Text Example
White with #CB1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F55; }
p { color: rgb(203,31,85); }
H1.HeaderClassName
{
color: #CB1F55;
}
.AnyTagClassName
{
color: #CB1F55;
}
</style>
background-color css
<style>
a { background-color: #CB1F55; }
a { background-color: rgb(203,31,85); }
div.DivClassName
{
background-color: #CB1F55;
}
.BgClassName
{
background-color: #CB1F55;
}
</style>
border-color css
<style>
span { border-color: #CB1F55; }
span { border-color: rgb(203,31,85); }
td.TdClassName
{
border-color: #CB1F55;
}
.TagClassName
{
border-color: #CB1F55;
}
</style>