Shades of Old Rose #CB3A51
Tints of Old Rose #CB3A51
RGB
CMYK
RGB Variations
Color information
#CB3A51 (or 0xCB3A51) is known color: Old Rose. HEX triplet: CB, 3A and 51. RGB value is (203,58,81). Sum of RGB (Red+Green+Blue) = 203+58+81=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A51 is #34C5AE. Grayscale: #686868. Windows color (decimal): -3458479 or 5323467. OLE color: 5323467.
HSL color Cylindrical-coordinate representation of color #CB3A51: hue angle of 350.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A51 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 81 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.20 |
| HSL | 350.48º | 0.58% | 0.51% | - |
| HSV(B) | 350.48º | 0.71% | 0.8% | - |
| XYZ | 27.63 | 16.32 | 9.48 | - |
| YUV | 103.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 81 | 0 | 0.71 | 0.60 | 0.20 | 350.48 | 0.58 | 0.51 |
| Hex | CB | 3A | 51 | 0 | 47 | 3C | 14 | 15E | 3A | 33 |
| Octal | 313 | 72 | 121 | 0 | 107 | 74 | 24 | 536 | 72 | 63 |
| Binary | 11001011 | 111010 | 1010001 | 0 | 1000111 | 111100 | 10100 | 101011110 | 111010 | 110011 |
Color Harmonies of #CB3A51
Complementary color
Monochromatic Colors of #CB3A51
Black with #CB3A51
Text Example
Text Example
White with #CB3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A51; }
p { color: rgb(203,58,81); }
H1.HeaderClassName
{
color: #CB3A51;
}
.AnyTagClassName
{
color: #CB3A51;
}
</style>
background-color css
<style>
a { background-color: #CB3A51; }
a { background-color: rgb(203,58,81); }
div.DivClassName
{
background-color: #CB3A51;
}
.BgClassName
{
background-color: #CB3A51;
}
</style>
border-color css
<style>
span { border-color: #CB3A51; }
span { border-color: rgb(203,58,81); }
td.TdClassName
{
border-color: #CB3A51;
}
.TagClassName
{
border-color: #CB3A51;
}
</style>