Shades of Old Rose #CB3759
Tints of Old Rose #CB3759
RGB
CMYK
RGB Variations
Color information
#CB3759 (or 0xCB3759) is known color: Old Rose. HEX triplet: CB, 37 and 59. RGB value is (203,55,89). Sum of RGB (Red+Green+Blue) = 203+55+89=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3759 is #34C8A6. Grayscale: #676767. Windows color (decimal): -3459239 or 5846987. OLE color: 5846987.
HSL color Cylindrical-coordinate representation of color #CB3759: hue angle of 346.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3759 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 89 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.20 |
| HSL | 346.22º | 0.59% | 0.51% | - |
| HSV(B) | 346.22º | 0.73% | 0.8% | - |
| XYZ | 27.8 | 16.15 | 11.1 | - |
| YUV | 103.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 89 | 0 | 0.73 | 0.56 | 0.20 | 346.22 | 0.59 | 0.51 |
| Hex | CB | 37 | 59 | 0 | 49 | 38 | 14 | 15A | 3B | 33 |
| Octal | 313 | 67 | 131 | 0 | 111 | 70 | 24 | 532 | 73 | 63 |
| Binary | 11001011 | 110111 | 1011001 | 0 | 1001001 | 111000 | 10100 | 101011010 | 111011 | 110011 |
Color Harmonies of #CB3759
Complementary color
Monochromatic Colors of #CB3759
Black with #CB3759
Text Example
Text Example
White with #CB3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3759; }
p { color: rgb(203,55,89); }
H1.HeaderClassName
{
color: #CB3759;
}
.AnyTagClassName
{
color: #CB3759;
}
</style>
background-color css
<style>
a { background-color: #CB3759; }
a { background-color: rgb(203,55,89); }
div.DivClassName
{
background-color: #CB3759;
}
.BgClassName
{
background-color: #CB3759;
}
</style>
border-color css
<style>
span { border-color: #CB3759; }
span { border-color: rgb(203,55,89); }
td.TdClassName
{
border-color: #CB3759;
}
.TagClassName
{
border-color: #CB3759;
}
</style>