Shades of Old Rose #CB214D
Tints of Old Rose #CB214D
RGB
CMYK
RGB Variations
Color information
#CB214D (or 0xCB214D) is known color: Old Rose. HEX triplet: CB, 21 and 4D. RGB value is (203,33,77). Sum of RGB (Red+Green+Blue) = 203+33+77=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB214D is #34DEB2. Grayscale: #585858. Windows color (decimal): -3464883 or 5054923. OLE color: 5054923.
HSL color Cylindrical-coordinate representation of color #CB214D: hue angle of 344.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB214D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 77 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.20 |
| HSL | 344.47º | 0.72% | 0.46% | - |
| HSV(B) | 344.47º | 0.84% | 0.8% | - |
| XYZ | 26.51 | 14.32 | 8.39 | - |
| YUV | 88.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 77 | 0 | 0.84 | 0.62 | 0.20 | 344.47 | 0.72 | 0.46 |
| Hex | CB | 21 | 4D | 0 | 54 | 3E | 14 | 158 | 48 | 2E |
| Octal | 313 | 41 | 115 | 0 | 124 | 76 | 24 | 530 | 110 | 56 |
| Binary | 11001011 | 100001 | 1001101 | 0 | 1010100 | 111110 | 10100 | 101011000 | 1001000 | 101110 |
Color Harmonies of #CB214D
Complementary color
Monochromatic Colors of #CB214D
Black with #CB214D
Text Example
Text Example
White with #CB214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB214D; }
p { color: rgb(203,33,77); }
H1.HeaderClassName
{
color: #CB214D;
}
.AnyTagClassName
{
color: #CB214D;
}
</style>
background-color css
<style>
a { background-color: #CB214D; }
a { background-color: rgb(203,33,77); }
div.DivClassName
{
background-color: #CB214D;
}
.BgClassName
{
background-color: #CB214D;
}
</style>
border-color css
<style>
span { border-color: #CB214D; }
span { border-color: rgb(203,33,77); }
td.TdClassName
{
border-color: #CB214D;
}
.TagClassName
{
border-color: #CB214D;
}
</style>