Shades of Old Rose #CB314E
Tints of Old Rose #CB314E
RGB
CMYK
RGB Variations
Color information
#CB314E (or 0xCB314E) is known color: Old Rose. HEX triplet: CB, 31 and 4E. RGB value is (203,49,78). Sum of RGB (Red+Green+Blue) = 203+49+78=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB314E is #34CEB1. Grayscale: #626262. Windows color (decimal): -3460786 or 5124555. OLE color: 5124555.
HSL color Cylindrical-coordinate representation of color #CB314E: hue angle of 348.7º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB314E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 78 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.20 |
| HSL | 348.7º | 0.61% | 0.49% | - |
| HSV(B) | 348.7º | 0.76% | 0.8% | - |
| XYZ | 27.1 | 15.44 | 8.76 | - |
| YUV | 98.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 78 | 0 | 0.76 | 0.62 | 0.20 | 348.7 | 0.61 | 0.49 |
| Hex | CB | 31 | 4E | 0 | 4C | 3E | 14 | 15D | 3D | 31 |
| Octal | 313 | 61 | 116 | 0 | 114 | 76 | 24 | 535 | 75 | 61 |
| Binary | 11001011 | 110001 | 1001110 | 0 | 1001100 | 111110 | 10100 | 101011101 | 111101 | 110001 |
Color Harmonies of #CB314E
Complementary color
Monochromatic Colors of #CB314E
Black with #CB314E
Text Example
Text Example
White with #CB314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB314E; }
p { color: rgb(203,49,78); }
H1.HeaderClassName
{
color: #CB314E;
}
.AnyTagClassName
{
color: #CB314E;
}
</style>
background-color css
<style>
a { background-color: #CB314E; }
a { background-color: rgb(203,49,78); }
div.DivClassName
{
background-color: #CB314E;
}
.BgClassName
{
background-color: #CB314E;
}
</style>
border-color css
<style>
span { border-color: #CB314E; }
span { border-color: rgb(203,49,78); }
td.TdClassName
{
border-color: #CB314E;
}
.TagClassName
{
border-color: #CB314E;
}
</style>