Shades of Old Rose #CB2C56
Tints of Old Rose #CB2C56
RGB
CMYK
RGB Variations
Color information
#CB2C56 (or 0xCB2C56) is known color: Old Rose. HEX triplet: CB, 2C and 56. RGB value is (203,44,86). Sum of RGB (Red+Green+Blue) = 203+44+86=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C56 is #34D3A9. Grayscale: #606060. Windows color (decimal): -3462058 or 5647563. OLE color: 5647563.
HSL color Cylindrical-coordinate representation of color #CB2C56: hue angle of 344.15º 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 #CB2C56 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 86 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.20 |
| HSL | 344.15º | 0.64% | 0.48% | - |
| HSV(B) | 344.15º | 0.78% | 0.8% | - |
| XYZ | 27.21 | 15.17 | 10.3 | - |
| YUV | 96.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 86 | 0 | 0.78 | 0.58 | 0.20 | 344.15 | 0.64 | 0.48 |
| Hex | CB | 2C | 56 | 0 | 4E | 3A | 14 | 158 | 40 | 30 |
| Octal | 313 | 54 | 126 | 0 | 116 | 72 | 24 | 530 | 100 | 60 |
| Binary | 11001011 | 101100 | 1010110 | 0 | 1001110 | 111010 | 10100 | 101011000 | 1000000 | 110000 |
Color Harmonies of #CB2C56
Complementary color
Monochromatic Colors of #CB2C56
Black with #CB2C56
Text Example
Text Example
White with #CB2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C56; }
p { color: rgb(203,44,86); }
H1.HeaderClassName
{
color: #CB2C56;
}
.AnyTagClassName
{
color: #CB2C56;
}
</style>
background-color css
<style>
a { background-color: #CB2C56; }
a { background-color: rgb(203,44,86); }
div.DivClassName
{
background-color: #CB2C56;
}
.BgClassName
{
background-color: #CB2C56;
}
</style>
border-color css
<style>
span { border-color: #CB2C56; }
span { border-color: rgb(203,44,86); }
td.TdClassName
{
border-color: #CB2C56;
}
.TagClassName
{
border-color: #CB2C56;
}
</style>