Shades of Old Rose #CB2D4E
Tints of Old Rose #CB2D4E
RGB
CMYK
RGB Variations
Color information
#CB2D4E (or 0xCB2D4E) is known color: Old Rose. HEX triplet: CB, 2D and 4E. RGB value is (203,45,78). Sum of RGB (Red+Green+Blue) = 203+45+78=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2D4E is #34D2B1. Grayscale: #606060. Windows color (decimal): -3461810 or 5123531. OLE color: 5123531.
HSL color Cylindrical-coordinate representation of color #CB2D4E: hue angle of 347.47º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D4E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 78 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.20 |
| HSL | 347.47º | 0.64% | 0.49% | - |
| HSV(B) | 347.47º | 0.78% | 0.8% | - |
| XYZ | 26.94 | 15.12 | 8.71 | - |
| YUV | 96 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 78 | 0 | 0.78 | 0.62 | 0.20 | 347.47 | 0.64 | 0.49 |
| Hex | CB | 2D | 4E | 0 | 4E | 3E | 14 | 15B | 40 | 31 |
| Octal | 313 | 55 | 116 | 0 | 116 | 76 | 24 | 533 | 100 | 61 |
| Binary | 11001011 | 101101 | 1001110 | 0 | 1001110 | 111110 | 10100 | 101011011 | 1000000 | 110001 |
Color Harmonies of #CB2D4E
Complementary color
Monochromatic Colors of #CB2D4E
Black with #CB2D4E
Text Example
Text Example
White with #CB2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D4E; }
p { color: rgb(203,45,78); }
H1.HeaderClassName
{
color: #CB2D4E;
}
.AnyTagClassName
{
color: #CB2D4E;
}
</style>
background-color css
<style>
a { background-color: #CB2D4E; }
a { background-color: rgb(203,45,78); }
div.DivClassName
{
background-color: #CB2D4E;
}
.BgClassName
{
background-color: #CB2D4E;
}
</style>
border-color css
<style>
span { border-color: #CB2D4E; }
span { border-color: rgb(203,45,78); }
td.TdClassName
{
border-color: #CB2D4E;
}
.TagClassName
{
border-color: #CB2D4E;
}
</style>