Shades of Old Rose #CB3653
Tints of Old Rose #CB3653
RGB
CMYK
RGB Variations
Color information
#CB3653 (or 0xCB3653) is known color: Old Rose. HEX triplet: CB, 36 and 53. RGB value is (203,54,83). Sum of RGB (Red+Green+Blue) = 203+54+83=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3653 is #34C9AC. Grayscale: #656565. Windows color (decimal): -3459501 or 5453515. OLE color: 5453515.
HSL color Cylindrical-coordinate representation of color #CB3653: hue angle of 348.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3653 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 83 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.20 |
| HSL | 348.32º | 0.59% | 0.5% | - |
| HSV(B) | 348.32º | 0.73% | 0.8% | - |
| XYZ | 27.51 | 15.96 | 9.81 | - |
| YUV | 101.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 83 | 0 | 0.73 | 0.59 | 0.20 | 348.32 | 0.59 | 0.5 |
| Hex | CB | 36 | 53 | 0 | 49 | 3B | 14 | 15C | 3B | 32 |
| Octal | 313 | 66 | 123 | 0 | 111 | 73 | 24 | 534 | 73 | 62 |
| Binary | 11001011 | 110110 | 1010011 | 0 | 1001001 | 111011 | 10100 | 101011100 | 111011 | 110010 |
Color Harmonies of #CB3653
Complementary color
Monochromatic Colors of #CB3653
Black with #CB3653
Text Example
Text Example
White with #CB3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3653; }
p { color: rgb(203,54,83); }
H1.HeaderClassName
{
color: #CB3653;
}
.AnyTagClassName
{
color: #CB3653;
}
</style>
background-color css
<style>
a { background-color: #CB3653; }
a { background-color: rgb(203,54,83); }
div.DivClassName
{
background-color: #CB3653;
}
.BgClassName
{
background-color: #CB3653;
}
</style>
border-color css
<style>
span { border-color: #CB3653; }
span { border-color: rgb(203,54,83); }
td.TdClassName
{
border-color: #CB3653;
}
.TagClassName
{
border-color: #CB3653;
}
</style>