Shades of Old Rose #CB2156
Tints of Old Rose #CB2156
RGB
CMYK
RGB Variations
Color information
#CB2156 (or 0xCB2156) is known color: Old Rose. HEX triplet: CB, 21 and 56. RGB value is (203,33,86). Sum of RGB (Red+Green+Blue) = 203+33+86=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2156 is #34DEA9. Grayscale: #595959. Windows color (decimal): -3464874 or 5644747. OLE color: 5644747.
HSL color Cylindrical-coordinate representation of color #CB2156: hue angle of 341.29º 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 #CB2156 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 86 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.20 |
| HSL | 341.29º | 0.72% | 0.46% | - |
| HSV(B) | 341.29º | 0.84% | 0.8% | - |
| XYZ | 26.85 | 14.46 | 10.18 | - |
| YUV | 89.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 86 | 0 | 0.84 | 0.58 | 0.20 | 341.29 | 0.72 | 0.46 |
| Hex | CB | 21 | 56 | 0 | 54 | 3A | 14 | 155 | 48 | 2E |
| Octal | 313 | 41 | 126 | 0 | 124 | 72 | 24 | 525 | 110 | 56 |
| Binary | 11001011 | 100001 | 1010110 | 0 | 1010100 | 111010 | 10100 | 101010101 | 1001000 | 101110 |
Color Harmonies of #CB2156
Complementary color
Monochromatic Colors of #CB2156
Black with #CB2156
Text Example
Text Example
White with #CB2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2156; }
p { color: rgb(203,33,86); }
H1.HeaderClassName
{
color: #CB2156;
}
.AnyTagClassName
{
color: #CB2156;
}
</style>
background-color css
<style>
a { background-color: #CB2156; }
a { background-color: rgb(203,33,86); }
div.DivClassName
{
background-color: #CB2156;
}
.BgClassName
{
background-color: #CB2156;
}
</style>
border-color css
<style>
span { border-color: #CB2156; }
span { border-color: rgb(203,33,86); }
td.TdClassName
{
border-color: #CB2156;
}
.TagClassName
{
border-color: #CB2156;
}
</style>