Shades of Old Rose #CB3552
Tints of Old Rose #CB3552
RGB
CMYK
RGB Variations
Color information
#CB3552 (or 0xCB3552) is known color: Old Rose. HEX triplet: CB, 35 and 52. RGB value is (203,53,82). Sum of RGB (Red+Green+Blue) = 203+53+82=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3552 is #34CAAD. Grayscale: #656565. Windows color (decimal): -3459758 or 5387723. OLE color: 5387723.
HSL color Cylindrical-coordinate representation of color #CB3552: hue angle of 348.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 #CB3552 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 82 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.20 |
| HSL | 348.4º | 0.59% | 0.5% | - |
| HSV(B) | 348.4º | 0.74% | 0.8% | - |
| XYZ | 27.42 | 15.85 | 9.6 | - |
| YUV | 101.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 82 | 0 | 0.74 | 0.60 | 0.20 | 348.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 52 | 0 | 4A | 3C | 14 | 15C | 3B | 32 |
| Octal | 313 | 65 | 122 | 0 | 112 | 74 | 24 | 534 | 73 | 62 |
| Binary | 11001011 | 110101 | 1010010 | 0 | 1001010 | 111100 | 10100 | 101011100 | 111011 | 110010 |
Color Harmonies of #CB3552
Complementary color
Monochromatic Colors of #CB3552
Black with #CB3552
Text Example
Text Example
White with #CB3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3552; }
p { color: rgb(203,53,82); }
H1.HeaderClassName
{
color: #CB3552;
}
.AnyTagClassName
{
color: #CB3552;
}
</style>
background-color css
<style>
a { background-color: #CB3552; }
a { background-color: rgb(203,53,82); }
div.DivClassName
{
background-color: #CB3552;
}
.BgClassName
{
background-color: #CB3552;
}
</style>
border-color css
<style>
span { border-color: #CB3552; }
span { border-color: rgb(203,53,82); }
td.TdClassName
{
border-color: #CB3552;
}
.TagClassName
{
border-color: #CB3552;
}
</style>