Shades of Old Rose #CB3A55
Tints of Old Rose #CB3A55
RGB
CMYK
RGB Variations
Color information
#CB3A55 (or 0xCB3A55) is known color: Old Rose. HEX triplet: CB, 3A and 55. RGB value is (203,58,85). Sum of RGB (Red+Green+Blue) = 203+58+85=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A55 is #34C5AA. Grayscale: #686868. Windows color (decimal): -3458475 or 5585611. OLE color: 5585611.
HSL color Cylindrical-coordinate representation of color #CB3A55: hue angle of 348.83º 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 #CB3A55 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 85 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.20 |
| HSL | 348.83º | 0.58% | 0.51% | - |
| HSV(B) | 348.83º | 0.71% | 0.8% | - |
| XYZ | 27.78 | 16.38 | 10.29 | - |
| YUV | 104.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 85 | 0 | 0.71 | 0.58 | 0.20 | 348.83 | 0.58 | 0.51 |
| Hex | CB | 3A | 55 | 0 | 47 | 3A | 14 | 15D | 3A | 33 |
| Octal | 313 | 72 | 125 | 0 | 107 | 72 | 24 | 535 | 72 | 63 |
| Binary | 11001011 | 111010 | 1010101 | 0 | 1000111 | 111010 | 10100 | 101011101 | 111010 | 110011 |
Color Harmonies of #CB3A55
Complementary color
Monochromatic Colors of #CB3A55
Black with #CB3A55
Text Example
Text Example
White with #CB3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A55; }
p { color: rgb(203,58,85); }
H1.HeaderClassName
{
color: #CB3A55;
}
.AnyTagClassName
{
color: #CB3A55;
}
</style>
background-color css
<style>
a { background-color: #CB3A55; }
a { background-color: rgb(203,58,85); }
div.DivClassName
{
background-color: #CB3A55;
}
.BgClassName
{
background-color: #CB3A55;
}
</style>
border-color css
<style>
span { border-color: #CB3A55; }
span { border-color: rgb(203,58,85); }
td.TdClassName
{
border-color: #CB3A55;
}
.TagClassName
{
border-color: #CB3A55;
}
</style>