Shades of Old Rose #C01353
Tints of Old Rose #C01353
RGB
CMYK
RGB Variations
Color information
#C01353 (or 0xC01353) is known color: Old Rose. HEX triplet: C0, 13 and 53. RGB value is (192,19,83). Sum of RGB (Red+Green+Blue) = 192+19+83=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01353 is #3FECAC. Grayscale: #4D4D4D. Windows color (decimal): -4189357 or 5444544. OLE color: 5444544.
HSL color Cylindrical-coordinate representation of color #C01353: hue angle of 337.8º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01353 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 83 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.25 |
| HSL | 337.8º | 0.82% | 0.41% | - |
| HSV(B) | 337.8º | 0.9% | 0.75% | - |
| XYZ | 23.53 | 12.3 | 9.32 | - |
| YUV | 78.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 83 | 0 | 0.90 | 0.57 | 0.25 | 337.8 | 0.82 | 0.41 |
| Hex | C0 | 13 | 53 | 0 | 5A | 39 | 19 | 152 | 52 | 29 |
| Octal | 300 | 23 | 123 | 0 | 132 | 71 | 31 | 522 | 122 | 51 |
| Binary | 11000000 | 10011 | 1010011 | 0 | 1011010 | 111001 | 11001 | 101010010 | 1010010 | 101001 |
Color Harmonies of #C01353
Complementary color
Monochromatic Colors of #C01353
Black with #C01353
Text Example
Text Example
White with #C01353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01353; }
p { color: rgb(192,19,83); }
H1.HeaderClassName
{
color: #C01353;
}
.AnyTagClassName
{
color: #C01353;
}
</style>
background-color css
<style>
a { background-color: #C01353; }
a { background-color: rgb(192,19,83); }
div.DivClassName
{
background-color: #C01353;
}
.BgClassName
{
background-color: #C01353;
}
</style>
border-color css
<style>
span { border-color: #C01353; }
span { border-color: rgb(192,19,83); }
td.TdClassName
{
border-color: #C01353;
}
.TagClassName
{
border-color: #C01353;
}
</style>