Shades of Old Rose #CB3E53
Tints of Old Rose #CB3E53
RGB
CMYK
RGB Variations
Color information
#CB3E53 (or 0xCB3E53) is known color: Old Rose. HEX triplet: CB, 3E and 53. RGB value is (203,62,83). Sum of RGB (Red+Green+Blue) = 203+62+83=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E53 is #34C1AC. Grayscale: #6A6A6A. Windows color (decimal): -3457453 or 5455563. OLE color: 5455563.
HSL color Cylindrical-coordinate representation of color #CB3E53: hue angle of 351.06º 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 #CB3E53 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 83 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.20 |
| HSL | 351.06º | 0.58% | 0.52% | - |
| HSV(B) | 351.06º | 0.69% | 0.8% | - |
| XYZ | 27.91 | 16.77 | 9.95 | - |
| YUV | 106.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 83 | 0 | 0.69 | 0.59 | 0.20 | 351.06 | 0.58 | 0.52 |
| Hex | CB | 3E | 53 | 0 | 45 | 3B | 14 | 15F | 3A | 34 |
| Octal | 313 | 76 | 123 | 0 | 105 | 73 | 24 | 537 | 72 | 64 |
| Binary | 11001011 | 111110 | 1010011 | 0 | 1000101 | 111011 | 10100 | 101011111 | 111010 | 110100 |
Color Harmonies of #CB3E53
Complementary color
Monochromatic Colors of #CB3E53
Black with #CB3E53
Text Example
Text Example
White with #CB3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E53; }
p { color: rgb(203,62,83); }
H1.HeaderClassName
{
color: #CB3E53;
}
.AnyTagClassName
{
color: #CB3E53;
}
</style>
background-color css
<style>
a { background-color: #CB3E53; }
a { background-color: rgb(203,62,83); }
div.DivClassName
{
background-color: #CB3E53;
}
.BgClassName
{
background-color: #CB3E53;
}
</style>
border-color css
<style>
span { border-color: #CB3E53; }
span { border-color: rgb(203,62,83); }
td.TdClassName
{
border-color: #CB3E53;
}
.TagClassName
{
border-color: #CB3E53;
}
</style>