Shades of Old Rose #CB2455
Tints of Old Rose #CB2455
RGB
CMYK
RGB Variations
Color information
#CB2455 (or 0xCB2455) is known color: Old Rose. HEX triplet: CB, 24 and 55. RGB value is (203,36,85). Sum of RGB (Red+Green+Blue) = 203+36+85=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2455 is #34DBAA. Grayscale: #5B5B5B. Windows color (decimal): -3464107 or 5579979. OLE color: 5579979.
HSL color Cylindrical-coordinate representation of color #CB2455: hue angle of 342.4º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2455 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 85 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.20 |
| HSL | 342.4º | 0.7% | 0.47% | - |
| HSV(B) | 342.4º | 0.82% | 0.8% | - |
| XYZ | 26.9 | 14.61 | 10 | - |
| YUV | 91.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 85 | 0 | 0.82 | 0.58 | 0.20 | 342.4 | 0.7 | 0.47 |
| Hex | CB | 24 | 55 | 0 | 52 | 3A | 14 | 156 | 46 | 2F |
| Octal | 313 | 44 | 125 | 0 | 122 | 72 | 24 | 526 | 106 | 57 |
| Binary | 11001011 | 100100 | 1010101 | 0 | 1010010 | 111010 | 10100 | 101010110 | 1000110 | 101111 |
Color Harmonies of #CB2455
Complementary color
Monochromatic Colors of #CB2455
Black with #CB2455
Text Example
Text Example
White with #CB2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2455; }
p { color: rgb(203,36,85); }
H1.HeaderClassName
{
color: #CB2455;
}
.AnyTagClassName
{
color: #CB2455;
}
</style>
background-color css
<style>
a { background-color: #CB2455; }
a { background-color: rgb(203,36,85); }
div.DivClassName
{
background-color: #CB2455;
}
.BgClassName
{
background-color: #CB2455;
}
</style>
border-color css
<style>
span { border-color: #CB2455; }
span { border-color: rgb(203,36,85); }
td.TdClassName
{
border-color: #CB2455;
}
.TagClassName
{
border-color: #CB2455;
}
</style>