Shades of Old Rose #CB1D4E
Tints of Old Rose #CB1D4E
RGB
CMYK
RGB Variations
Color information
#CB1D4E (or 0xCB1D4E) is known color: Old Rose. HEX triplet: CB, 1D and 4E. RGB value is (203,29,78). Sum of RGB (Red+Green+Blue) = 203+29+78=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D4E is #34E2B1. Grayscale: #565656. Windows color (decimal): -3465906 or 5119435. OLE color: 5119435.
HSL color Cylindrical-coordinate representation of color #CB1D4E: hue angle of 343.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D4E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 78 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.20 |
| HSL | 343.1º | 0.75% | 0.45% | - |
| HSV(B) | 343.1º | 0.86% | 0.8% | - |
| XYZ | 26.44 | 14.13 | 8.54 | - |
| YUV | 86.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 78 | 0 | 0.86 | 0.62 | 0.20 | 343.1 | 0.75 | 0.45 |
| Hex | CB | 1D | 4E | 0 | 56 | 3E | 14 | 157 | 4B | 2D |
| Octal | 313 | 35 | 116 | 0 | 126 | 76 | 24 | 527 | 113 | 55 |
| Binary | 11001011 | 11101 | 1001110 | 0 | 1010110 | 111110 | 10100 | 101010111 | 1001011 | 101101 |
Color Harmonies of #CB1D4E
Complementary color
Monochromatic Colors of #CB1D4E
Black with #CB1D4E
Text Example
Text Example
White with #CB1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D4E; }
p { color: rgb(203,29,78); }
H1.HeaderClassName
{
color: #CB1D4E;
}
.AnyTagClassName
{
color: #CB1D4E;
}
</style>
background-color css
<style>
a { background-color: #CB1D4E; }
a { background-color: rgb(203,29,78); }
div.DivClassName
{
background-color: #CB1D4E;
}
.BgClassName
{
background-color: #CB1D4E;
}
</style>
border-color css
<style>
span { border-color: #CB1D4E; }
span { border-color: rgb(203,29,78); }
td.TdClassName
{
border-color: #CB1D4E;
}
.TagClassName
{
border-color: #CB1D4E;
}
</style>