Shades of Old Rose #CB3551
Tints of Old Rose #CB3551
RGB
CMYK
RGB Variations
Color information
#CB3551 (or 0xCB3551) is known color: Old Rose. HEX triplet: CB, 35 and 51. RGB value is (203,53,81). Sum of RGB (Red+Green+Blue) = 203+53+81=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3551 is #34CAAE. Grayscale: #656565. Windows color (decimal): -3459759 or 5322187. OLE color: 5322187.
HSL color Cylindrical-coordinate representation of color #CB3551: hue angle of 348.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3551 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 81 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.20 |
| HSL | 348.8º | 0.59% | 0.5% | - |
| HSV(B) | 348.8º | 0.74% | 0.8% | - |
| XYZ | 27.39 | 15.84 | 9.4 | - |
| YUV | 101.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 81 | 0 | 0.74 | 0.60 | 0.20 | 348.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 51 | 0 | 4A | 3C | 14 | 15D | 3B | 32 |
| Octal | 313 | 65 | 121 | 0 | 112 | 74 | 24 | 535 | 73 | 62 |
| Binary | 11001011 | 110101 | 1010001 | 0 | 1001010 | 111100 | 10100 | 101011101 | 111011 | 110010 |
Color Harmonies of #CB3551
Complementary color
Monochromatic Colors of #CB3551
Black with #CB3551
Text Example
Text Example
White with #CB3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3551; }
p { color: rgb(203,53,81); }
H1.HeaderClassName
{
color: #CB3551;
}
.AnyTagClassName
{
color: #CB3551;
}
</style>
background-color css
<style>
a { background-color: #CB3551; }
a { background-color: rgb(203,53,81); }
div.DivClassName
{
background-color: #CB3551;
}
.BgClassName
{
background-color: #CB3551;
}
</style>
border-color css
<style>
span { border-color: #CB3551; }
span { border-color: rgb(203,53,81); }
td.TdClassName
{
border-color: #CB3551;
}
.TagClassName
{
border-color: #CB3551;
}
</style>