Shades of Old Rose #CB2055
Tints of Old Rose #CB2055
RGB
CMYK
RGB Variations
Color information
#CB2055 (or 0xCB2055) is known color: Old Rose. HEX triplet: CB, 20 and 55. RGB value is (203,32,85). Sum of RGB (Red+Green+Blue) = 203+32+85=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2055 is #34DFAA. Grayscale: #595959. Windows color (decimal): -3465131 or 5578955. OLE color: 5578955.
HSL color Cylindrical-coordinate representation of color #CB2055: hue angle of 341.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2055 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 85 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.20 |
| HSL | 341.4º | 0.73% | 0.46% | - |
| HSV(B) | 341.4º | 0.84% | 0.8% | - |
| XYZ | 26.78 | 14.39 | 9.96 | - |
| YUV | 89.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 85 | 0 | 0.84 | 0.58 | 0.20 | 341.4 | 0.73 | 0.46 |
| Hex | CB | 20 | 55 | 0 | 54 | 3A | 14 | 155 | 49 | 2E |
| Octal | 313 | 40 | 125 | 0 | 124 | 72 | 24 | 525 | 111 | 56 |
| Binary | 11001011 | 100000 | 1010101 | 0 | 1010100 | 111010 | 10100 | 101010101 | 1001001 | 101110 |
Color Harmonies of #CB2055
Complementary color
Monochromatic Colors of #CB2055
Black with #CB2055
Text Example
Text Example
White with #CB2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2055; }
p { color: rgb(203,32,85); }
H1.HeaderClassName
{
color: #CB2055;
}
.AnyTagClassName
{
color: #CB2055;
}
</style>
background-color css
<style>
a { background-color: #CB2055; }
a { background-color: rgb(203,32,85); }
div.DivClassName
{
background-color: #CB2055;
}
.BgClassName
{
background-color: #CB2055;
}
</style>
border-color css
<style>
span { border-color: #CB2055; }
span { border-color: rgb(203,32,85); }
td.TdClassName
{
border-color: #CB2055;
}
.TagClassName
{
border-color: #CB2055;
}
</style>