Shades of Old Rose #CB3557
Tints of Old Rose #CB3557
RGB
CMYK
RGB Variations
Color information
#CB3557 (or 0xCB3557) is known color: Old Rose. HEX triplet: CB, 35 and 57. RGB value is (203,53,87). Sum of RGB (Red+Green+Blue) = 203+53+87=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3557 is #34CAA8. Grayscale: #656565. Windows color (decimal): -3459753 or 5715403. OLE color: 5715403.
HSL color Cylindrical-coordinate representation of color #CB3557: hue angle of 346.4º 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 #CB3557 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 87 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.20 |
| HSL | 346.4º | 0.59% | 0.5% | - |
| HSV(B) | 346.4º | 0.74% | 0.8% | - |
| XYZ | 27.62 | 15.93 | 10.64 | - |
| YUV | 101.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 87 | 0 | 0.74 | 0.57 | 0.20 | 346.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 57 | 0 | 4A | 39 | 14 | 15A | 3B | 32 |
| Octal | 313 | 65 | 127 | 0 | 112 | 71 | 24 | 532 | 73 | 62 |
| Binary | 11001011 | 110101 | 1010111 | 0 | 1001010 | 111001 | 10100 | 101011010 | 111011 | 110010 |
Color Harmonies of #CB3557
Complementary color
Monochromatic Colors of #CB3557
Black with #CB3557
Text Example
Text Example
White with #CB3557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3557; }
p { color: rgb(203,53,87); }
H1.HeaderClassName
{
color: #CB3557;
}
.AnyTagClassName
{
color: #CB3557;
}
</style>
background-color css
<style>
a { background-color: #CB3557; }
a { background-color: rgb(203,53,87); }
div.DivClassName
{
background-color: #CB3557;
}
.BgClassName
{
background-color: #CB3557;
}
</style>
border-color css
<style>
span { border-color: #CB3557; }
span { border-color: rgb(203,53,87); }
td.TdClassName
{
border-color: #CB3557;
}
.TagClassName
{
border-color: #CB3557;
}
</style>