Shades of Old Rose #CB3550
Tints of Old Rose #CB3550
RGB
CMYK
RGB Variations
Color information
#CB3550 (or 0xCB3550) is known color: Old Rose. HEX triplet: CB, 35 and 50. RGB value is (203,53,80). Sum of RGB (Red+Green+Blue) = 203+53+80=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3550 is #34CAAF. Grayscale: #646464. Windows color (decimal): -3459760 or 5256651. OLE color: 5256651.
HSL color Cylindrical-coordinate representation of color #CB3550: hue angle of 349.2º 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 #CB3550 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 80 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.20 |
| HSL | 349.2º | 0.59% | 0.5% | - |
| HSV(B) | 349.2º | 0.74% | 0.8% | - |
| XYZ | 27.35 | 15.82 | 9.2 | - |
| YUV | 100.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 80 | 0 | 0.74 | 0.61 | 0.20 | 349.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 50 | 0 | 4A | 3D | 14 | 15D | 3B | 32 |
| Octal | 313 | 65 | 120 | 0 | 112 | 75 | 24 | 535 | 73 | 62 |
| Binary | 11001011 | 110101 | 1010000 | 0 | 1001010 | 111101 | 10100 | 101011101 | 111011 | 110010 |
Color Harmonies of #CB3550
Complementary color
Monochromatic Colors of #CB3550
Black with #CB3550
Text Example
Text Example
White with #CB3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3550; }
p { color: rgb(203,53,80); }
H1.HeaderClassName
{
color: #CB3550;
}
.AnyTagClassName
{
color: #CB3550;
}
</style>
background-color css
<style>
a { background-color: #CB3550; }
a { background-color: rgb(203,53,80); }
div.DivClassName
{
background-color: #CB3550;
}
.BgClassName
{
background-color: #CB3550;
}
</style>
border-color css
<style>
span { border-color: #CB3550; }
span { border-color: rgb(203,53,80); }
td.TdClassName
{
border-color: #CB3550;
}
.TagClassName
{
border-color: #CB3550;
}
</style>