Shades of Old Rose #CB2153
Tints of Old Rose #CB2153
RGB
CMYK
RGB Variations
Color information
#CB2153 (or 0xCB2153) is known color: Old Rose. HEX triplet: CB, 21 and 53. RGB value is (203,33,83). Sum of RGB (Red+Green+Blue) = 203+33+83=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2153 is #34DEAC. Grayscale: #595959. Windows color (decimal): -3464877 or 5448139. OLE color: 5448139.
HSL color Cylindrical-coordinate representation of color #CB2153: hue angle of 342.35º 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 #CB2153 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 83 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.20 |
| HSL | 342.35º | 0.72% | 0.46% | - |
| HSV(B) | 342.35º | 0.84% | 0.8% | - |
| XYZ | 26.73 | 14.41 | 9.56 | - |
| YUV | 89.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 83 | 0 | 0.84 | 0.59 | 0.20 | 342.35 | 0.72 | 0.46 |
| Hex | CB | 21 | 53 | 0 | 54 | 3B | 14 | 156 | 48 | 2E |
| Octal | 313 | 41 | 123 | 0 | 124 | 73 | 24 | 526 | 110 | 56 |
| Binary | 11001011 | 100001 | 1010011 | 0 | 1010100 | 111011 | 10100 | 101010110 | 1001000 | 101110 |
Color Harmonies of #CB2153
Complementary color
Monochromatic Colors of #CB2153
Black with #CB2153
Text Example
Text Example
White with #CB2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2153; }
p { color: rgb(203,33,83); }
H1.HeaderClassName
{
color: #CB2153;
}
.AnyTagClassName
{
color: #CB2153;
}
</style>
background-color css
<style>
a { background-color: #CB2153; }
a { background-color: rgb(203,33,83); }
div.DivClassName
{
background-color: #CB2153;
}
.BgClassName
{
background-color: #CB2153;
}
</style>
border-color css
<style>
span { border-color: #CB2153; }
span { border-color: rgb(203,33,83); }
td.TdClassName
{
border-color: #CB2153;
}
.TagClassName
{
border-color: #CB2153;
}
</style>