Shades of Old Rose #CB2C4D
Tints of Old Rose #CB2C4D
RGB
CMYK
RGB Variations
Color information
#CB2C4D (or 0xCB2C4D) is known color: Old Rose. HEX triplet: CB, 2C and 4D. RGB value is (203,44,77). Sum of RGB (Red+Green+Blue) = 203+44+77=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C4D is #34D3B2. Grayscale: #5F5F5F. Windows color (decimal): -3462067 or 5057739. OLE color: 5057739.
HSL color Cylindrical-coordinate representation of color #CB2C4D: hue angle of 347.55º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C4D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 77 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.20 |
| HSL | 347.55º | 0.64% | 0.48% | - |
| HSV(B) | 347.55º | 0.78% | 0.8% | - |
| XYZ | 26.87 | 15.03 | 8.51 | - |
| YUV | 95.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 77 | 0 | 0.78 | 0.62 | 0.20 | 347.55 | 0.64 | 0.48 |
| Hex | CB | 2C | 4D | 0 | 4E | 3E | 14 | 15C | 40 | 30 |
| Octal | 313 | 54 | 115 | 0 | 116 | 76 | 24 | 534 | 100 | 60 |
| Binary | 11001011 | 101100 | 1001101 | 0 | 1001110 | 111110 | 10100 | 101011100 | 1000000 | 110000 |
Color Harmonies of #CB2C4D
Complementary color
Monochromatic Colors of #CB2C4D
Black with #CB2C4D
Text Example
Text Example
White with #CB2C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C4D; }
p { color: rgb(203,44,77); }
H1.HeaderClassName
{
color: #CB2C4D;
}
.AnyTagClassName
{
color: #CB2C4D;
}
</style>
background-color css
<style>
a { background-color: #CB2C4D; }
a { background-color: rgb(203,44,77); }
div.DivClassName
{
background-color: #CB2C4D;
}
.BgClassName
{
background-color: #CB2C4D;
}
</style>
border-color css
<style>
span { border-color: #CB2C4D; }
span { border-color: rgb(203,44,77); }
td.TdClassName
{
border-color: #CB2C4D;
}
.TagClassName
{
border-color: #CB2C4D;
}
</style>