Shades of Old Rose #CB1F50
Tints of Old Rose #CB1F50
RGB
CMYK
RGB Variations
Color information
#CB1F50 (or 0xCB1F50) is known color: Old Rose. HEX triplet: CB, 1F and 50. RGB value is (203,31,80). Sum of RGB (Red+Green+Blue) = 203+31+80=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1F50 is #34E0AF. Grayscale: #575757. Windows color (decimal): -3465392 or 5251019. OLE color: 5251019.
HSL color Cylindrical-coordinate representation of color #CB1F50: hue angle of 342.91º 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 #CB1F50 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 80 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.20 |
| HSL | 342.91º | 0.74% | 0.46% | - |
| HSV(B) | 342.91º | 0.85% | 0.8% | - |
| XYZ | 26.57 | 14.26 | 8.94 | - |
| YUV | 88.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 80 | 0 | 0.85 | 0.61 | 0.20 | 342.91 | 0.74 | 0.46 |
| Hex | CB | 1F | 50 | 0 | 55 | 3D | 14 | 157 | 4A | 2E |
| Octal | 313 | 37 | 120 | 0 | 125 | 75 | 24 | 527 | 112 | 56 |
| Binary | 11001011 | 11111 | 1010000 | 0 | 1010101 | 111101 | 10100 | 101010111 | 1001010 | 101110 |
Color Harmonies of #CB1F50
Complementary color
Monochromatic Colors of #CB1F50
Black with #CB1F50
Text Example
Text Example
White with #CB1F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F50; }
p { color: rgb(203,31,80); }
H1.HeaderClassName
{
color: #CB1F50;
}
.AnyTagClassName
{
color: #CB1F50;
}
</style>
background-color css
<style>
a { background-color: #CB1F50; }
a { background-color: rgb(203,31,80); }
div.DivClassName
{
background-color: #CB1F50;
}
.BgClassName
{
background-color: #CB1F50;
}
</style>
border-color css
<style>
span { border-color: #CB1F50; }
span { border-color: rgb(203,31,80); }
td.TdClassName
{
border-color: #CB1F50;
}
.TagClassName
{
border-color: #CB1F50;
}
</style>