Shades of Old Rose #CB2D4D
Tints of Old Rose #CB2D4D
RGB
CMYK
RGB Variations
Color information
#CB2D4D (or 0xCB2D4D) is known color: Old Rose. HEX triplet: CB, 2D and 4D. RGB value is (203,45,77). Sum of RGB (Red+Green+Blue) = 203+45+77=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2D4D is #34D2B2. Grayscale: #5F5F5F. Windows color (decimal): -3461811 or 5057995. OLE color: 5057995.
HSL color Cylindrical-coordinate representation of color #CB2D4D: hue angle of 347.85º 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 #CB2D4D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 77 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.20 |
| HSL | 347.85º | 0.64% | 0.49% | - |
| HSV(B) | 347.85º | 0.78% | 0.8% | - |
| XYZ | 26.91 | 15.11 | 8.52 | - |
| YUV | 95.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 77 | 0 | 0.78 | 0.62 | 0.20 | 347.85 | 0.64 | 0.49 |
| Hex | CB | 2D | 4D | 0 | 4E | 3E | 14 | 15C | 40 | 31 |
| Octal | 313 | 55 | 115 | 0 | 116 | 76 | 24 | 534 | 100 | 61 |
| Binary | 11001011 | 101101 | 1001101 | 0 | 1001110 | 111110 | 10100 | 101011100 | 1000000 | 110001 |
Color Harmonies of #CB2D4D
Complementary color
Monochromatic Colors of #CB2D4D
Black with #CB2D4D
Text Example
Text Example
White with #CB2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D4D; }
p { color: rgb(203,45,77); }
H1.HeaderClassName
{
color: #CB2D4D;
}
.AnyTagClassName
{
color: #CB2D4D;
}
</style>
background-color css
<style>
a { background-color: #CB2D4D; }
a { background-color: rgb(203,45,77); }
div.DivClassName
{
background-color: #CB2D4D;
}
.BgClassName
{
background-color: #CB2D4D;
}
</style>
border-color css
<style>
span { border-color: #CB2D4D; }
span { border-color: rgb(203,45,77); }
td.TdClassName
{
border-color: #CB2D4D;
}
.TagClassName
{
border-color: #CB2D4D;
}
</style>