Shades of Old Rose #CB2255
Tints of Old Rose #CB2255
RGB
CMYK
RGB Variations
Color information
#CB2255 (or 0xCB2255) is known color: Old Rose. HEX triplet: CB, 22 and 55. RGB value is (203,34,85). Sum of RGB (Red+Green+Blue) = 203+34+85=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2255 is #34DDAA. Grayscale: #5A5A5A. Windows color (decimal): -3464619 or 5579467. OLE color: 5579467.
HSL color Cylindrical-coordinate representation of color #CB2255: hue angle of 341.89º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2255 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 85 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.20 |
| HSL | 341.89º | 0.71% | 0.46% | - |
| HSV(B) | 341.89º | 0.83% | 0.8% | - |
| XYZ | 26.84 | 14.5 | 9.98 | - |
| YUV | 90.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 85 | 0 | 0.83 | 0.58 | 0.20 | 341.89 | 0.71 | 0.46 |
| Hex | CB | 22 | 55 | 0 | 53 | 3A | 14 | 156 | 47 | 2E |
| Octal | 313 | 42 | 125 | 0 | 123 | 72 | 24 | 526 | 107 | 56 |
| Binary | 11001011 | 100010 | 1010101 | 0 | 1010011 | 111010 | 10100 | 101010110 | 1000111 | 101110 |
Color Harmonies of #CB2255
Complementary color
Monochromatic Colors of #CB2255
Black with #CB2255
Text Example
Text Example
White with #CB2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2255; }
p { color: rgb(203,34,85); }
H1.HeaderClassName
{
color: #CB2255;
}
.AnyTagClassName
{
color: #CB2255;
}
</style>
background-color css
<style>
a { background-color: #CB2255; }
a { background-color: rgb(203,34,85); }
div.DivClassName
{
background-color: #CB2255;
}
.BgClassName
{
background-color: #CB2255;
}
</style>
border-color css
<style>
span { border-color: #CB2255; }
span { border-color: rgb(203,34,85); }
td.TdClassName
{
border-color: #CB2255;
}
.TagClassName
{
border-color: #CB2255;
}
</style>