Shades of Old Rose #CB2155
Tints of Old Rose #CB2155
RGB
CMYK
RGB Variations
Color information
#CB2155 (or 0xCB2155) is known color: Old Rose. HEX triplet: CB, 21 and 55. RGB value is (203,33,85). Sum of RGB (Red+Green+Blue) = 203+33+85=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2155 is #34DEAA. Grayscale: #595959. Windows color (decimal): -3464875 or 5579211. OLE color: 5579211.
HSL color Cylindrical-coordinate representation of color #CB2155: hue angle of 341.65º 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 #CB2155 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 85 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.20 |
| HSL | 341.65º | 0.72% | 0.46% | - |
| HSV(B) | 341.65º | 0.84% | 0.8% | - |
| XYZ | 26.81 | 14.44 | 9.97 | - |
| YUV | 89.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 85 | 0 | 0.84 | 0.58 | 0.20 | 341.65 | 0.72 | 0.46 |
| Hex | CB | 21 | 55 | 0 | 54 | 3A | 14 | 156 | 48 | 2E |
| Octal | 313 | 41 | 125 | 0 | 124 | 72 | 24 | 526 | 110 | 56 |
| Binary | 11001011 | 100001 | 1010101 | 0 | 1010100 | 111010 | 10100 | 101010110 | 1001000 | 101110 |
Color Harmonies of #CB2155
Complementary color
Monochromatic Colors of #CB2155
Black with #CB2155
Text Example
Text Example
White with #CB2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2155; }
p { color: rgb(203,33,85); }
H1.HeaderClassName
{
color: #CB2155;
}
.AnyTagClassName
{
color: #CB2155;
}
</style>
background-color css
<style>
a { background-color: #CB2155; }
a { background-color: rgb(203,33,85); }
div.DivClassName
{
background-color: #CB2155;
}
.BgClassName
{
background-color: #CB2155;
}
</style>
border-color css
<style>
span { border-color: #CB2155; }
span { border-color: rgb(203,33,85); }
td.TdClassName
{
border-color: #CB2155;
}
.TagClassName
{
border-color: #CB2155;
}
</style>