Shades of Old Rose #CB3650
Tints of Old Rose #CB3650
RGB
CMYK
RGB Variations
Color information
#CB3650 (or 0xCB3650) is known color: Old Rose. HEX triplet: CB, 36 and 50. RGB value is (203,54,80). Sum of RGB (Red+Green+Blue) = 203+54+80=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3650 is #34C9AF. Grayscale: #656565. Windows color (decimal): -3459504 or 5256907. OLE color: 5256907.
HSL color Cylindrical-coordinate representation of color #CB3650: hue angle of 349.53º 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 #CB3650 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 80 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.20 |
| HSL | 349.53º | 0.59% | 0.5% | - |
| HSV(B) | 349.53º | 0.73% | 0.8% | - |
| XYZ | 27.4 | 15.91 | 9.22 | - |
| YUV | 101.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 80 | 0 | 0.73 | 0.61 | 0.20 | 349.53 | 0.59 | 0.5 |
| Hex | CB | 36 | 50 | 0 | 49 | 3D | 14 | 15E | 3B | 32 |
| Octal | 313 | 66 | 120 | 0 | 111 | 75 | 24 | 536 | 73 | 62 |
| Binary | 11001011 | 110110 | 1010000 | 0 | 1001001 | 111101 | 10100 | 101011110 | 111011 | 110010 |
Color Harmonies of #CB3650
Complementary color
Monochromatic Colors of #CB3650
Black with #CB3650
Text Example
Text Example
White with #CB3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3650; }
p { color: rgb(203,54,80); }
H1.HeaderClassName
{
color: #CB3650;
}
.AnyTagClassName
{
color: #CB3650;
}
</style>
background-color css
<style>
a { background-color: #CB3650; }
a { background-color: rgb(203,54,80); }
div.DivClassName
{
background-color: #CB3650;
}
.BgClassName
{
background-color: #CB3650;
}
</style>
border-color css
<style>
span { border-color: #CB3650; }
span { border-color: rgb(203,54,80); }
td.TdClassName
{
border-color: #CB3650;
}
.TagClassName
{
border-color: #CB3650;
}
</style>