Shades of Old Rose #CB3A59
Tints of Old Rose #CB3A59
RGB
CMYK
RGB Variations
Color information
#CB3A59 (or 0xCB3A59) is known color: Old Rose. HEX triplet: CB, 3A and 59. RGB value is (203,58,89). Sum of RGB (Red+Green+Blue) = 203+58+89=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A59 is #34C5A6. Grayscale: #686868. Windows color (decimal): -3458471 or 5847755. OLE color: 5847755.
HSL color Cylindrical-coordinate representation of color #CB3A59: hue angle of 347.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A59 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 89 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.20 |
| HSL | 347.17º | 0.58% | 0.51% | - |
| HSV(B) | 347.17º | 0.71% | 0.8% | - |
| XYZ | 27.94 | 16.44 | 11.15 | - |
| YUV | 104.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 89 | 0 | 0.71 | 0.56 | 0.20 | 347.17 | 0.58 | 0.51 |
| Hex | CB | 3A | 59 | 0 | 47 | 38 | 14 | 15B | 3A | 33 |
| Octal | 313 | 72 | 131 | 0 | 107 | 70 | 24 | 533 | 72 | 63 |
| Binary | 11001011 | 111010 | 1011001 | 0 | 1000111 | 111000 | 10100 | 101011011 | 111010 | 110011 |
Color Harmonies of #CB3A59
Complementary color
Monochromatic Colors of #CB3A59
Black with #CB3A59
Text Example
Text Example
White with #CB3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A59; }
p { color: rgb(203,58,89); }
H1.HeaderClassName
{
color: #CB3A59;
}
.AnyTagClassName
{
color: #CB3A59;
}
</style>
background-color css
<style>
a { background-color: #CB3A59; }
a { background-color: rgb(203,58,89); }
div.DivClassName
{
background-color: #CB3A59;
}
.BgClassName
{
background-color: #CB3A59;
}
</style>
border-color css
<style>
span { border-color: #CB3A59; }
span { border-color: rgb(203,58,89); }
td.TdClassName
{
border-color: #CB3A59;
}
.TagClassName
{
border-color: #CB3A59;
}
</style>