Shades of Old Rose #CB3553
Tints of Old Rose #CB3553
RGB
CMYK
RGB Variations
Color information
#CB3553 (or 0xCB3553) is known color: Old Rose. HEX triplet: CB, 35 and 53. RGB value is (203,53,83). Sum of RGB (Red+Green+Blue) = 203+53+83=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3553 is #34CAAC. Grayscale: #656565. Windows color (decimal): -3459757 or 5453259. OLE color: 5453259.
HSL color Cylindrical-coordinate representation of color #CB3553: hue angle of 348º 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 #CB3553 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 83 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.20 |
| HSL | 348º | 0.59% | 0.5% | - |
| HSV(B) | 348º | 0.74% | 0.8% | - |
| XYZ | 27.46 | 15.87 | 9.8 | - |
| YUV | 101.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 83 | 0 | 0.74 | 0.59 | 0.20 | 348 | 0.59 | 0.5 |
| Hex | CB | 35 | 53 | 0 | 4A | 3B | 14 | 15C | 3B | 32 |
| Octal | 313 | 65 | 123 | 0 | 112 | 73 | 24 | 534 | 73 | 62 |
| Binary | 11001011 | 110101 | 1010011 | 0 | 1001010 | 111011 | 10100 | 101011100 | 111011 | 110010 |
Color Harmonies of #CB3553
Complementary color
Monochromatic Colors of #CB3553
Black with #CB3553
Text Example
Text Example
White with #CB3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3553; }
p { color: rgb(203,53,83); }
H1.HeaderClassName
{
color: #CB3553;
}
.AnyTagClassName
{
color: #CB3553;
}
</style>
background-color css
<style>
a { background-color: #CB3553; }
a { background-color: rgb(203,53,83); }
div.DivClassName
{
background-color: #CB3553;
}
.BgClassName
{
background-color: #CB3553;
}
</style>
border-color css
<style>
span { border-color: #CB3553; }
span { border-color: rgb(203,53,83); }
td.TdClassName
{
border-color: #CB3553;
}
.TagClassName
{
border-color: #CB3553;
}
</style>