Shades of Old Rose #CB2B5B
Tints of Old Rose #CB2B5B
RGB
CMYK
RGB Variations
Color information
#CB2B5B (or 0xCB2B5B) is known color: Old Rose. HEX triplet: CB, 2B and 5B. RGB value is (203,43,91). Sum of RGB (Red+Green+Blue) = 203+43+91=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B5B is #34D4A4. Grayscale: #606060. Windows color (decimal): -3462309 or 5974987. OLE color: 5974987.
HSL color Cylindrical-coordinate representation of color #CB2B5B: hue angle of 342º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B5B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 91 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.20 |
| HSL | 342º | 0.65% | 0.48% | - |
| HSV(B) | 342º | 0.79% | 0.8% | - |
| XYZ | 27.38 | 15.18 | 11.38 | - |
| YUV | 96.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 91 | 0 | 0.79 | 0.55 | 0.20 | 342 | 0.65 | 0.48 |
| Hex | CB | 2B | 5B | 0 | 4F | 37 | 14 | 156 | 41 | 30 |
| Octal | 313 | 53 | 133 | 0 | 117 | 67 | 24 | 526 | 101 | 60 |
| Binary | 11001011 | 101011 | 1011011 | 0 | 1001111 | 110111 | 10100 | 101010110 | 1000001 | 110000 |
Color Harmonies of #CB2B5B
Complementary color
Monochromatic Colors of #CB2B5B
Black with #CB2B5B
Text Example
Text Example
White with #CB2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B5B; }
p { color: rgb(203,43,91); }
H1.HeaderClassName
{
color: #CB2B5B;
}
.AnyTagClassName
{
color: #CB2B5B;
}
</style>
background-color css
<style>
a { background-color: #CB2B5B; }
a { background-color: rgb(203,43,91); }
div.DivClassName
{
background-color: #CB2B5B;
}
.BgClassName
{
background-color: #CB2B5B;
}
</style>
border-color css
<style>
span { border-color: #CB2B5B; }
span { border-color: rgb(203,43,91); }
td.TdClassName
{
border-color: #CB2B5B;
}
.TagClassName
{
border-color: #CB2B5B;
}
</style>