Shades of Old Rose #CB2859
Tints of Old Rose #CB2859
RGB
CMYK
RGB Variations
Color information
#CB2859 (or 0xCB2859) is known color: Old Rose. HEX triplet: CB, 28 and 59. RGB value is (203,40,89). Sum of RGB (Red+Green+Blue) = 203+40+89=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2859 is #34D7A6. Grayscale: #5E5E5E. Windows color (decimal): -3463079 or 5843147. OLE color: 5843147.
HSL color Cylindrical-coordinate representation of color #CB2859: hue angle of 341.96º degrees, saturation: 0.67, 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 #CB2859 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 89 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.20 |
| HSL | 341.96º | 0.67% | 0.48% | - |
| HSV(B) | 341.96º | 0.8% | 0.8% | - |
| XYZ | 27.19 | 14.94 | 10.9 | - |
| YUV | 94.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 89 | 0 | 0.80 | 0.56 | 0.20 | 341.96 | 0.67 | 0.48 |
| Hex | CB | 28 | 59 | 0 | 50 | 38 | 14 | 156 | 43 | 30 |
| Octal | 313 | 50 | 131 | 0 | 120 | 70 | 24 | 526 | 103 | 60 |
| Binary | 11001011 | 101000 | 1011001 | 0 | 1010000 | 111000 | 10100 | 101010110 | 1000011 | 110000 |
Color Harmonies of #CB2859
Complementary color
Monochromatic Colors of #CB2859
Black with #CB2859
Text Example
Text Example
White with #CB2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2859; }
p { color: rgb(203,40,89); }
H1.HeaderClassName
{
color: #CB2859;
}
.AnyTagClassName
{
color: #CB2859;
}
</style>
background-color css
<style>
a { background-color: #CB2859; }
a { background-color: rgb(203,40,89); }
div.DivClassName
{
background-color: #CB2859;
}
.BgClassName
{
background-color: #CB2859;
}
</style>
border-color css
<style>
span { border-color: #CB2859; }
span { border-color: rgb(203,40,89); }
td.TdClassName
{
border-color: #CB2859;
}
.TagClassName
{
border-color: #CB2859;
}
</style>