Shades of Old Rose #CB2959
Tints of Old Rose #CB2959
RGB
CMYK
RGB Variations
Color information
#CB2959 (or 0xCB2959) is known color: Old Rose. HEX triplet: CB, 29 and 59. RGB value is (203,41,89). Sum of RGB (Red+Green+Blue) = 203+41+89=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2959 is #34D6A6. Grayscale: #5E5E5E. Windows color (decimal): -3462823 or 5843403. OLE color: 5843403.
HSL color Cylindrical-coordinate representation of color #CB2959: hue angle of 342.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2959 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 89 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.20 |
| HSL | 342.22º | 0.66% | 0.48% | - |
| HSV(B) | 342.22º | 0.8% | 0.8% | - |
| XYZ | 27.22 | 15 | 10.91 | - |
| YUV | 94.91 | 124.67 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 89 | 0 | 0.80 | 0.56 | 0.20 | 342.22 | 0.66 | 0.48 |
| Hex | CB | 29 | 59 | 0 | 50 | 38 | 14 | 156 | 42 | 30 |
| Octal | 313 | 51 | 131 | 0 | 120 | 70 | 24 | 526 | 102 | 60 |
| Binary | 11001011 | 101001 | 1011001 | 0 | 1010000 | 111000 | 10100 | 101010110 | 1000010 | 110000 |
Color Harmonies of #CB2959
Complementary color
Monochromatic Colors of #CB2959
Black with #CB2959
Text Example
Text Example
White with #CB2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2959; }
p { color: rgb(203,41,89); }
H1.HeaderClassName
{
color: #CB2959;
}
.AnyTagClassName
{
color: #CB2959;
}
</style>
background-color css
<style>
a { background-color: #CB2959; }
a { background-color: rgb(203,41,89); }
div.DivClassName
{
background-color: #CB2959;
}
.BgClassName
{
background-color: #CB2959;
}
</style>
border-color css
<style>
span { border-color: #CB2959; }
span { border-color: rgb(203,41,89); }
td.TdClassName
{
border-color: #CB2959;
}
.TagClassName
{
border-color: #CB2959;
}
</style>