Shades of Old Rose #CB3E51
Tints of Old Rose #CB3E51
RGB
CMYK
RGB Variations
Color information
#CB3E51 (or 0xCB3E51) is known color: Old Rose. HEX triplet: CB, 3E and 51. RGB value is (203,62,81). Sum of RGB (Red+Green+Blue) = 203+62+81=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E51 is #34C1AE. Grayscale: #6A6A6A. Windows color (decimal): -3457455 or 5324491. OLE color: 5324491.
HSL color Cylindrical-coordinate representation of color #CB3E51: hue angle of 351.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E51 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 81 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.20 |
| HSL | 351.91º | 0.58% | 0.52% | - |
| HSV(B) | 351.91º | 0.69% | 0.8% | - |
| XYZ | 27.84 | 16.74 | 9.55 | - |
| YUV | 106.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 81 | 0 | 0.69 | 0.60 | 0.20 | 351.91 | 0.58 | 0.52 |
| Hex | CB | 3E | 51 | 0 | 45 | 3C | 14 | 160 | 3A | 34 |
| Octal | 313 | 76 | 121 | 0 | 105 | 74 | 24 | 540 | 72 | 64 |
| Binary | 11001011 | 111110 | 1010001 | 0 | 1000101 | 111100 | 10100 | 101100000 | 111010 | 110100 |
Color Harmonies of #CB3E51
Complementary color
Monochromatic Colors of #CB3E51
Black with #CB3E51
Text Example
Text Example
White with #CB3E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E51; }
p { color: rgb(203,62,81); }
H1.HeaderClassName
{
color: #CB3E51;
}
.AnyTagClassName
{
color: #CB3E51;
}
</style>
background-color css
<style>
a { background-color: #CB3E51; }
a { background-color: rgb(203,62,81); }
div.DivClassName
{
background-color: #CB3E51;
}
.BgClassName
{
background-color: #CB3E51;
}
</style>
border-color css
<style>
span { border-color: #CB3E51; }
span { border-color: rgb(203,62,81); }
td.TdClassName
{
border-color: #CB3E51;
}
.TagClassName
{
border-color: #CB3E51;
}
</style>