Shades of Old Rose #CB3950
Tints of Old Rose #CB3950
RGB
CMYK
RGB Variations
Color information
#CB3950 (or 0xCB3950) is known color: Old Rose. HEX triplet: CB, 39 and 50. RGB value is (203,57,80). Sum of RGB (Red+Green+Blue) = 203+57+80=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3950 is #34C6AF. Grayscale: #676767. Windows color (decimal): -3458736 or 5257675. OLE color: 5257675.
HSL color Cylindrical-coordinate representation of color #CB3950: hue angle of 350.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3950 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 80 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.20 |
| HSL | 350.55º | 0.58% | 0.51% | - |
| HSV(B) | 350.55º | 0.72% | 0.8% | - |
| XYZ | 27.54 | 16.2 | 9.27 | - |
| YUV | 103.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 80 | 0 | 0.72 | 0.61 | 0.20 | 350.55 | 0.58 | 0.51 |
| Hex | CB | 39 | 50 | 0 | 48 | 3D | 14 | 15F | 3A | 33 |
| Octal | 313 | 71 | 120 | 0 | 110 | 75 | 24 | 537 | 72 | 63 |
| Binary | 11001011 | 111001 | 1010000 | 0 | 1001000 | 111101 | 10100 | 101011111 | 111010 | 110011 |
Color Harmonies of #CB3950
Complementary color
Monochromatic Colors of #CB3950
Black with #CB3950
Text Example
Text Example
White with #CB3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3950; }
p { color: rgb(203,57,80); }
H1.HeaderClassName
{
color: #CB3950;
}
.AnyTagClassName
{
color: #CB3950;
}
</style>
background-color css
<style>
a { background-color: #CB3950; }
a { background-color: rgb(203,57,80); }
div.DivClassName
{
background-color: #CB3950;
}
.BgClassName
{
background-color: #CB3950;
}
</style>
border-color css
<style>
span { border-color: #CB3950; }
span { border-color: rgb(203,57,80); }
td.TdClassName
{
border-color: #CB3950;
}
.TagClassName
{
border-color: #CB3950;
}
</style>