Shades of Old Rose #CB3054
Tints of Old Rose #CB3054
RGB
CMYK
RGB Variations
Color information
#CB3054 (or 0xCB3054) is known color: Old Rose. HEX triplet: CB, 30 and 54. RGB value is (203,48,84). Sum of RGB (Red+Green+Blue) = 203+48+84=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3054 is #34CFAB. Grayscale: #626262. Windows color (decimal): -3461036 or 5517515. OLE color: 5517515.
HSL color Cylindrical-coordinate representation of color #CB3054: hue angle of 346.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3054 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 84 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.20 |
| HSL | 346.06º | 0.62% | 0.49% | - |
| HSV(B) | 346.06º | 0.76% | 0.8% | - |
| XYZ | 27.29 | 15.45 | 9.93 | - |
| YUV | 98.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 84 | 0 | 0.76 | 0.59 | 0.20 | 346.06 | 0.62 | 0.49 |
| Hex | CB | 30 | 54 | 0 | 4C | 3B | 14 | 15A | 3E | 31 |
| Octal | 313 | 60 | 124 | 0 | 114 | 73 | 24 | 532 | 76 | 61 |
| Binary | 11001011 | 110000 | 1010100 | 0 | 1001100 | 111011 | 10100 | 101011010 | 111110 | 110001 |
Color Harmonies of #CB3054
Complementary color
Monochromatic Colors of #CB3054
Black with #CB3054
Text Example
Text Example
White with #CB3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3054; }
p { color: rgb(203,48,84); }
H1.HeaderClassName
{
color: #CB3054;
}
.AnyTagClassName
{
color: #CB3054;
}
</style>
background-color css
<style>
a { background-color: #CB3054; }
a { background-color: rgb(203,48,84); }
div.DivClassName
{
background-color: #CB3054;
}
.BgClassName
{
background-color: #CB3054;
}
</style>
border-color css
<style>
span { border-color: #CB3054; }
span { border-color: rgb(203,48,84); }
td.TdClassName
{
border-color: #CB3054;
}
.TagClassName
{
border-color: #CB3054;
}
</style>