Shades of Old Rose #CB3155
Tints of Old Rose #CB3155
RGB
CMYK
RGB Variations
Color information
#CB3155 (or 0xCB3155) is known color: Old Rose. HEX triplet: CB, 31 and 55. RGB value is (203,49,85). Sum of RGB (Red+Green+Blue) = 203+49+85=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3155 is #34CEAA. Grayscale: #636363. Windows color (decimal): -3460779 or 5583307. OLE color: 5583307.
HSL color Cylindrical-coordinate representation of color #CB3155: hue angle of 345.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3155 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 85 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.20 |
| HSL | 345.97º | 0.61% | 0.49% | - |
| HSV(B) | 345.97º | 0.76% | 0.8% | - |
| XYZ | 27.37 | 15.55 | 10.15 | - |
| YUV | 99.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 85 | 0 | 0.76 | 0.58 | 0.20 | 345.97 | 0.61 | 0.49 |
| Hex | CB | 31 | 55 | 0 | 4C | 3A | 14 | 15A | 3D | 31 |
| Octal | 313 | 61 | 125 | 0 | 114 | 72 | 24 | 532 | 75 | 61 |
| Binary | 11001011 | 110001 | 1010101 | 0 | 1001100 | 111010 | 10100 | 101011010 | 111101 | 110001 |
Color Harmonies of #CB3155
Complementary color
Monochromatic Colors of #CB3155
Black with #CB3155
Text Example
Text Example
White with #CB3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3155; }
p { color: rgb(203,49,85); }
H1.HeaderClassName
{
color: #CB3155;
}
.AnyTagClassName
{
color: #CB3155;
}
</style>
background-color css
<style>
a { background-color: #CB3155; }
a { background-color: rgb(203,49,85); }
div.DivClassName
{
background-color: #CB3155;
}
.BgClassName
{
background-color: #CB3155;
}
</style>
border-color css
<style>
span { border-color: #CB3155; }
span { border-color: rgb(203,49,85); }
td.TdClassName
{
border-color: #CB3155;
}
.TagClassName
{
border-color: #CB3155;
}
</style>