Shades of Old Rose #CB364E
Tints of Old Rose #CB364E
RGB
CMYK
RGB Variations
Color information
#CB364E (or 0xCB364E) is known color: Old Rose. HEX triplet: CB, 36 and 4E. RGB value is (203,54,78). Sum of RGB (Red+Green+Blue) = 203+54+78=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB364E is #34C9B1. Grayscale: #656565. Windows color (decimal): -3459506 or 5125835. OLE color: 5125835.
HSL color Cylindrical-coordinate representation of color #CB364E: hue angle of 350.34º 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 #CB364E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 78 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.20 |
| HSL | 350.34º | 0.59% | 0.5% | - |
| HSV(B) | 350.34º | 0.73% | 0.8% | - |
| XYZ | 27.32 | 15.88 | 8.83 | - |
| YUV | 101.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 78 | 0 | 0.73 | 0.62 | 0.20 | 350.34 | 0.59 | 0.5 |
| Hex | CB | 36 | 4E | 0 | 49 | 3E | 14 | 15E | 3B | 32 |
| Octal | 313 | 66 | 116 | 0 | 111 | 76 | 24 | 536 | 73 | 62 |
| Binary | 11001011 | 110110 | 1001110 | 0 | 1001001 | 111110 | 10100 | 101011110 | 111011 | 110010 |
Color Harmonies of #CB364E
Complementary color
Monochromatic Colors of #CB364E
Black with #CB364E
Text Example
Text Example
White with #CB364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB364E; }
p { color: rgb(203,54,78); }
H1.HeaderClassName
{
color: #CB364E;
}
.AnyTagClassName
{
color: #CB364E;
}
</style>
background-color css
<style>
a { background-color: #CB364E; }
a { background-color: rgb(203,54,78); }
div.DivClassName
{
background-color: #CB364E;
}
.BgClassName
{
background-color: #CB364E;
}
</style>
border-color css
<style>
span { border-color: #CB364E; }
span { border-color: rgb(203,54,78); }
td.TdClassName
{
border-color: #CB364E;
}
.TagClassName
{
border-color: #CB364E;
}
</style>