Shades of Old Rose #CB2B5A
Tints of Old Rose #CB2B5A
RGB
CMYK
RGB Variations
Color information
#CB2B5A (or 0xCB2B5A) is known color: Old Rose. HEX triplet: CB, 2B and 5A. RGB value is (203,43,90). Sum of RGB (Red+Green+Blue) = 203+43+90=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B5A is #34D4A5. Grayscale: #606060. Windows color (decimal): -3462310 or 5909451. OLE color: 5909451.
HSL color Cylindrical-coordinate representation of color #CB2B5A: hue angle of 342.38º 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 #CB2B5A is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 90 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.20 |
| HSL | 342.38º | 0.65% | 0.48% | - |
| HSV(B) | 342.38º | 0.79% | 0.8% | - |
| XYZ | 27.34 | 15.16 | 11.16 | - |
| YUV | 96.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 90 | 0 | 0.79 | 0.56 | 0.20 | 342.38 | 0.65 | 0.48 |
| Hex | CB | 2B | 5A | 0 | 4F | 38 | 14 | 156 | 41 | 30 |
| Octal | 313 | 53 | 132 | 0 | 117 | 70 | 24 | 526 | 101 | 60 |
| Binary | 11001011 | 101011 | 1011010 | 0 | 1001111 | 111000 | 10100 | 101010110 | 1000001 | 110000 |
Color Harmonies of #CB2B5A
Complementary color
Monochromatic Colors of #CB2B5A
Black with #CB2B5A
Text Example
Text Example
White with #CB2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B5A; }
p { color: rgb(203,43,90); }
H1.HeaderClassName
{
color: #CB2B5A;
}
.AnyTagClassName
{
color: #CB2B5A;
}
</style>
background-color css
<style>
a { background-color: #CB2B5A; }
a { background-color: rgb(203,43,90); }
div.DivClassName
{
background-color: #CB2B5A;
}
.BgClassName
{
background-color: #CB2B5A;
}
</style>
border-color css
<style>
span { border-color: #CB2B5A; }
span { border-color: rgb(203,43,90); }
td.TdClassName
{
border-color: #CB2B5A;
}
.TagClassName
{
border-color: #CB2B5A;
}
</style>