Shades of Old Rose #CB2B4B
Tints of Old Rose #CB2B4B
RGB
CMYK
RGB Variations
Color information
#CB2B4B (or 0xCB2B4B) is known color: Old Rose. HEX triplet: CB, 2B and 4B. RGB value is (203,43,75). Sum of RGB (Red+Green+Blue) = 203+43+75=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B4B is #34D4B4. Grayscale: #5E5E5E. Windows color (decimal): -3462325 or 4926411. OLE color: 4926411.
HSL color Cylindrical-coordinate representation of color #CB2B4B: hue angle of 348º 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 #CB2B4B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 75 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.20 |
| HSL | 348º | 0.65% | 0.48% | - |
| HSV(B) | 348º | 0.79% | 0.8% | - |
| XYZ | 26.76 | 14.93 | 8.13 | - |
| YUV | 94.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 75 | 0 | 0.79 | 0.63 | 0.20 | 348 | 0.65 | 0.48 |
| Hex | CB | 2B | 4B | 0 | 4F | 3F | 14 | 15C | 41 | 30 |
| Octal | 313 | 53 | 113 | 0 | 117 | 77 | 24 | 534 | 101 | 60 |
| Binary | 11001011 | 101011 | 1001011 | 0 | 1001111 | 111111 | 10100 | 101011100 | 1000001 | 110000 |
Color Harmonies of #CB2B4B
Complementary color
Monochromatic Colors of #CB2B4B
Black with #CB2B4B
Text Example
Text Example
White with #CB2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B4B; }
p { color: rgb(203,43,75); }
H1.HeaderClassName
{
color: #CB2B4B;
}
.AnyTagClassName
{
color: #CB2B4B;
}
</style>
background-color css
<style>
a { background-color: #CB2B4B; }
a { background-color: rgb(203,43,75); }
div.DivClassName
{
background-color: #CB2B4B;
}
.BgClassName
{
background-color: #CB2B4B;
}
</style>
border-color css
<style>
span { border-color: #CB2B4B; }
span { border-color: rgb(203,43,75); }
td.TdClassName
{
border-color: #CB2B4B;
}
.TagClassName
{
border-color: #CB2B4B;
}
</style>