Shades of Old Rose #CB2F4E
Tints of Old Rose #CB2F4E
RGB
CMYK
RGB Variations
Color information
#CB2F4E (or 0xCB2F4E) is known color: Old Rose. HEX triplet: CB, 2F and 4E. RGB value is (203,47,78). Sum of RGB (Red+Green+Blue) = 203+47+78=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F4E is #34D0B1. Grayscale: #616161. Windows color (decimal): -3461298 or 5124043. OLE color: 5124043.
HSL color Cylindrical-coordinate representation of color #CB2F4E: hue angle of 348.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F4E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 78 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.20 |
| HSL | 348.08º | 0.62% | 0.49% | - |
| HSV(B) | 348.08º | 0.77% | 0.8% | - |
| XYZ | 27.02 | 15.28 | 8.73 | - |
| YUV | 97.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 78 | 0 | 0.77 | 0.62 | 0.20 | 348.08 | 0.62 | 0.49 |
| Hex | CB | 2F | 4E | 0 | 4D | 3E | 14 | 15C | 3E | 31 |
| Octal | 313 | 57 | 116 | 0 | 115 | 76 | 24 | 534 | 76 | 61 |
| Binary | 11001011 | 101111 | 1001110 | 0 | 1001101 | 111110 | 10100 | 101011100 | 111110 | 110001 |
Color Harmonies of #CB2F4E
Complementary color
Monochromatic Colors of #CB2F4E
Black with #CB2F4E
Text Example
Text Example
White with #CB2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F4E; }
p { color: rgb(203,47,78); }
H1.HeaderClassName
{
color: #CB2F4E;
}
.AnyTagClassName
{
color: #CB2F4E;
}
</style>
background-color css
<style>
a { background-color: #CB2F4E; }
a { background-color: rgb(203,47,78); }
div.DivClassName
{
background-color: #CB2F4E;
}
.BgClassName
{
background-color: #CB2F4E;
}
</style>
border-color css
<style>
span { border-color: #CB2F4E; }
span { border-color: rgb(203,47,78); }
td.TdClassName
{
border-color: #CB2F4E;
}
.TagClassName
{
border-color: #CB2F4E;
}
</style>