Shades of Old Rose #CB3E56
Tints of Old Rose #CB3E56
RGB
CMYK
RGB Variations
Color information
#CB3E56 (or 0xCB3E56) is known color: Old Rose. HEX triplet: CB, 3E and 56. RGB value is (203,62,86). Sum of RGB (Red+Green+Blue) = 203+62+86=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E56 is #34C1A9. Grayscale: #6A6A6A. Windows color (decimal): -3457450 or 5652171. OLE color: 5652171.
HSL color Cylindrical-coordinate representation of color #CB3E56: hue angle of 349.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E56 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 86 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.20 |
| HSL | 349.79º | 0.58% | 0.52% | - |
| HSV(B) | 349.79º | 0.69% | 0.8% | - |
| XYZ | 28.03 | 16.81 | 10.57 | - |
| YUV | 106.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 86 | 0 | 0.69 | 0.58 | 0.20 | 349.79 | 0.58 | 0.52 |
| Hex | CB | 3E | 56 | 0 | 45 | 3A | 14 | 15E | 3A | 34 |
| Octal | 313 | 76 | 126 | 0 | 105 | 72 | 24 | 536 | 72 | 64 |
| Binary | 11001011 | 111110 | 1010110 | 0 | 1000101 | 111010 | 10100 | 101011110 | 111010 | 110100 |
Color Harmonies of #CB3E56
Complementary color
Monochromatic Colors of #CB3E56
Black with #CB3E56
Text Example
Text Example
White with #CB3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E56; }
p { color: rgb(203,62,86); }
H1.HeaderClassName
{
color: #CB3E56;
}
.AnyTagClassName
{
color: #CB3E56;
}
</style>
background-color css
<style>
a { background-color: #CB3E56; }
a { background-color: rgb(203,62,86); }
div.DivClassName
{
background-color: #CB3E56;
}
.BgClassName
{
background-color: #CB3E56;
}
</style>
border-color css
<style>
span { border-color: #CB3E56; }
span { border-color: rgb(203,62,86); }
td.TdClassName
{
border-color: #CB3E56;
}
.TagClassName
{
border-color: #CB3E56;
}
</style>