Shades of Old Rose #CB2154
Tints of Old Rose #CB2154
RGB
CMYK
RGB Variations
Color information
#CB2154 (or 0xCB2154) is known color: Old Rose. HEX triplet: CB, 21 and 54. RGB value is (203,33,84). Sum of RGB (Red+Green+Blue) = 203+33+84=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2154 is #34DEAB. Grayscale: #595959. Windows color (decimal): -3464876 or 5513675. OLE color: 5513675.
HSL color Cylindrical-coordinate representation of color #CB2154: hue angle of 342º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2154 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 84 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.20 |
| HSL | 342º | 0.72% | 0.46% | - |
| HSV(B) | 342º | 0.84% | 0.8% | - |
| XYZ | 26.77 | 14.42 | 9.76 | - |
| YUV | 89.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 84 | 0 | 0.84 | 0.59 | 0.20 | 342 | 0.72 | 0.46 |
| Hex | CB | 21 | 54 | 0 | 54 | 3B | 14 | 156 | 48 | 2E |
| Octal | 313 | 41 | 124 | 0 | 124 | 73 | 24 | 526 | 110 | 56 |
| Binary | 11001011 | 100001 | 1010100 | 0 | 1010100 | 111011 | 10100 | 101010110 | 1001000 | 101110 |
Color Harmonies of #CB2154
Complementary color
Monochromatic Colors of #CB2154
Black with #CB2154
Text Example
Text Example
White with #CB2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2154; }
p { color: rgb(203,33,84); }
H1.HeaderClassName
{
color: #CB2154;
}
.AnyTagClassName
{
color: #CB2154;
}
</style>
background-color css
<style>
a { background-color: #CB2154; }
a { background-color: rgb(203,33,84); }
div.DivClassName
{
background-color: #CB2154;
}
.BgClassName
{
background-color: #CB2154;
}
</style>
border-color css
<style>
span { border-color: #CB2154; }
span { border-color: rgb(203,33,84); }
td.TdClassName
{
border-color: #CB2154;
}
.TagClassName
{
border-color: #CB2154;
}
</style>