Shades of Old Rose #CB2853
Tints of Old Rose #CB2853
RGB
CMYK
RGB Variations
Color information
#CB2853 (or 0xCB2853) is known color: Old Rose. HEX triplet: CB, 28 and 53. RGB value is (203,40,83). Sum of RGB (Red+Green+Blue) = 203+40+83=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2853 is #34D7AC. Grayscale: #5D5D5D. Windows color (decimal): -3463085 or 5449931. OLE color: 5449931.
HSL color Cylindrical-coordinate representation of color #CB2853: hue angle of 344.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2853 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 83 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.20 |
| HSL | 344.17º | 0.67% | 0.48% | - |
| HSV(B) | 344.17º | 0.8% | 0.8% | - |
| XYZ | 26.95 | 14.84 | 9.63 | - |
| YUV | 93.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 83 | 0 | 0.80 | 0.59 | 0.20 | 344.17 | 0.67 | 0.48 |
| Hex | CB | 28 | 53 | 0 | 50 | 3B | 14 | 158 | 43 | 30 |
| Octal | 313 | 50 | 123 | 0 | 120 | 73 | 24 | 530 | 103 | 60 |
| Binary | 11001011 | 101000 | 1010011 | 0 | 1010000 | 111011 | 10100 | 101011000 | 1000011 | 110000 |
Color Harmonies of #CB2853
Complementary color
Monochromatic Colors of #CB2853
Black with #CB2853
Text Example
Text Example
White with #CB2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2853; }
p { color: rgb(203,40,83); }
H1.HeaderClassName
{
color: #CB2853;
}
.AnyTagClassName
{
color: #CB2853;
}
</style>
background-color css
<style>
a { background-color: #CB2853; }
a { background-color: rgb(203,40,83); }
div.DivClassName
{
background-color: #CB2853;
}
.BgClassName
{
background-color: #CB2853;
}
</style>
border-color css
<style>
span { border-color: #CB2853; }
span { border-color: rgb(203,40,83); }
td.TdClassName
{
border-color: #CB2853;
}
.TagClassName
{
border-color: #CB2853;
}
</style>