Shades of Old Rose #C01453
Tints of Old Rose #C01453
RGB
CMYK
RGB Variations
Color information
#C01453 (or 0xC01453) is known color: Old Rose. HEX triplet: C0, 14 and 53. RGB value is (192,20,83). Sum of RGB (Red+Green+Blue) = 192+20+83=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01453 is #3FEBAC. Grayscale: #4E4E4E. Windows color (decimal): -4189101 or 5444800. OLE color: 5444800.
HSL color Cylindrical-coordinate representation of color #C01453: hue angle of 338.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01453 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 83 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.25 |
| HSL | 338.02º | 0.81% | 0.42% | - |
| HSV(B) | 338.02º | 0.9% | 0.75% | - |
| XYZ | 23.55 | 12.33 | 9.32 | - |
| YUV | 78.61 | 130.48 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 83 | 0 | 0.90 | 0.57 | 0.25 | 338.02 | 0.81 | 0.42 |
| Hex | C0 | 14 | 53 | 0 | 5A | 39 | 19 | 152 | 51 | 2A |
| Octal | 300 | 24 | 123 | 0 | 132 | 71 | 31 | 522 | 121 | 52 |
| Binary | 11000000 | 10100 | 1010011 | 0 | 1011010 | 111001 | 11001 | 101010010 | 1010001 | 101010 |
Color Harmonies of #C01453
Complementary color
Monochromatic Colors of #C01453
Black with #C01453
Text Example
Text Example
White with #C01453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01453; }
p { color: rgb(192,20,83); }
H1.HeaderClassName
{
color: #C01453;
}
.AnyTagClassName
{
color: #C01453;
}
</style>
background-color css
<style>
a { background-color: #C01453; }
a { background-color: rgb(192,20,83); }
div.DivClassName
{
background-color: #C01453;
}
.BgClassName
{
background-color: #C01453;
}
</style>
border-color css
<style>
span { border-color: #C01453; }
span { border-color: rgb(192,20,83); }
td.TdClassName
{
border-color: #C01453;
}
.TagClassName
{
border-color: #C01453;
}
</style>