Shades of Old Rose #CB2C54
Tints of Old Rose #CB2C54
RGB
CMYK
RGB Variations
Color information
#CB2C54 (or 0xCB2C54) is known color: Old Rose. HEX triplet: CB, 2C and 54. RGB value is (203,44,84). Sum of RGB (Red+Green+Blue) = 203+44+84=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C54 is #34D3AB. Grayscale: #606060. Windows color (decimal): -3462060 or 5516491. OLE color: 5516491.
HSL color Cylindrical-coordinate representation of color #CB2C54: hue angle of 344.91º 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 #CB2C54 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 84 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.20 |
| HSL | 344.91º | 0.64% | 0.48% | - |
| HSV(B) | 344.91º | 0.78% | 0.8% | - |
| XYZ | 27.13 | 15.14 | 9.88 | - |
| YUV | 96.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 84 | 0 | 0.78 | 0.59 | 0.20 | 344.91 | 0.64 | 0.48 |
| Hex | CB | 2C | 54 | 0 | 4E | 3B | 14 | 159 | 40 | 30 |
| Octal | 313 | 54 | 124 | 0 | 116 | 73 | 24 | 531 | 100 | 60 |
| Binary | 11001011 | 101100 | 1010100 | 0 | 1001110 | 111011 | 10100 | 101011001 | 1000000 | 110000 |
Color Harmonies of #CB2C54
Complementary color
Monochromatic Colors of #CB2C54
Black with #CB2C54
Text Example
Text Example
White with #CB2C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C54; }
p { color: rgb(203,44,84); }
H1.HeaderClassName
{
color: #CB2C54;
}
.AnyTagClassName
{
color: #CB2C54;
}
</style>
background-color css
<style>
a { background-color: #CB2C54; }
a { background-color: rgb(203,44,84); }
div.DivClassName
{
background-color: #CB2C54;
}
.BgClassName
{
background-color: #CB2C54;
}
</style>
border-color css
<style>
span { border-color: #CB2C54; }
span { border-color: rgb(203,44,84); }
td.TdClassName
{
border-color: #CB2C54;
}
.TagClassName
{
border-color: #CB2C54;
}
</style>