Shades of Old Rose #CB214C
Tints of Old Rose #CB214C
RGB
CMYK
RGB Variations
Color information
#CB214C (or 0xCB214C) is known color: Old Rose. HEX triplet: CB, 21 and 4C. RGB value is (203,33,76). Sum of RGB (Red+Green+Blue) = 203+33+76=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB214C is #34DEB3. Grayscale: #585858. Windows color (decimal): -3464884 or 4989387. OLE color: 4989387.
HSL color Cylindrical-coordinate representation of color #CB214C: hue angle of 344.82º 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 #CB214C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 76 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.20 |
| HSL | 344.82º | 0.72% | 0.46% | - |
| HSV(B) | 344.82º | 0.84% | 0.8% | - |
| XYZ | 26.48 | 14.31 | 8.2 | - |
| YUV | 88.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 76 | 0 | 0.84 | 0.63 | 0.20 | 344.82 | 0.72 | 0.46 |
| Hex | CB | 21 | 4C | 0 | 54 | 3F | 14 | 159 | 48 | 2E |
| Octal | 313 | 41 | 114 | 0 | 124 | 77 | 24 | 531 | 110 | 56 |
| Binary | 11001011 | 100001 | 1001100 | 0 | 1010100 | 111111 | 10100 | 101011001 | 1001000 | 101110 |
Color Harmonies of #CB214C
Complementary color
Monochromatic Colors of #CB214C
Black with #CB214C
Text Example
Text Example
White with #CB214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB214C; }
p { color: rgb(203,33,76); }
H1.HeaderClassName
{
color: #CB214C;
}
.AnyTagClassName
{
color: #CB214C;
}
</style>
background-color css
<style>
a { background-color: #CB214C; }
a { background-color: rgb(203,33,76); }
div.DivClassName
{
background-color: #CB214C;
}
.BgClassName
{
background-color: #CB214C;
}
</style>
border-color css
<style>
span { border-color: #CB214C; }
span { border-color: rgb(203,33,76); }
td.TdClassName
{
border-color: #CB214C;
}
.TagClassName
{
border-color: #CB214C;
}
</style>