Shades of Old Rose #CB1F54
Tints of Old Rose #CB1F54
RGB
CMYK
RGB Variations
Color information
#CB1F54 (or 0xCB1F54) is known color: Old Rose. HEX triplet: CB, 1F and 54. RGB value is (203,31,84). Sum of RGB (Red+Green+Blue) = 203+31+84=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1F54 is #34E0AB. Grayscale: #585858. Windows color (decimal): -3465388 or 5513163. OLE color: 5513163.
HSL color Cylindrical-coordinate representation of color #CB1F54: hue angle of 341.51º 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 #CB1F54 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 84 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.20 |
| HSL | 341.51º | 0.74% | 0.46% | - |
| HSV(B) | 341.51º | 0.85% | 0.8% | - |
| XYZ | 26.72 | 14.32 | 9.74 | - |
| YUV | 88.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 84 | 0 | 0.85 | 0.59 | 0.20 | 341.51 | 0.74 | 0.46 |
| Hex | CB | 1F | 54 | 0 | 55 | 3B | 14 | 156 | 4A | 2E |
| Octal | 313 | 37 | 124 | 0 | 125 | 73 | 24 | 526 | 112 | 56 |
| Binary | 11001011 | 11111 | 1010100 | 0 | 1010101 | 111011 | 10100 | 101010110 | 1001010 | 101110 |
Color Harmonies of #CB1F54
Complementary color
Monochromatic Colors of #CB1F54
Black with #CB1F54
Text Example
Text Example
White with #CB1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F54; }
p { color: rgb(203,31,84); }
H1.HeaderClassName
{
color: #CB1F54;
}
.AnyTagClassName
{
color: #CB1F54;
}
</style>
background-color css
<style>
a { background-color: #CB1F54; }
a { background-color: rgb(203,31,84); }
div.DivClassName
{
background-color: #CB1F54;
}
.BgClassName
{
background-color: #CB1F54;
}
</style>
border-color css
<style>
span { border-color: #CB1F54; }
span { border-color: rgb(203,31,84); }
td.TdClassName
{
border-color: #CB1F54;
}
.TagClassName
{
border-color: #CB1F54;
}
</style>