Shades of Old Rose #C03557
Tints of Old Rose #C03557
RGB
CMYK
RGB Variations
Color information
#C03557 (or 0xC03557) is known color: Old Rose. HEX triplet: C0, 35 and 57. RGB value is (192,53,87). Sum of RGB (Red+Green+Blue) = 192+53+87=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C03557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03557 is #3FCAA8. Grayscale: #626262. Windows color (decimal): -4180649 or 5715392. OLE color: 5715392.
HSL color Cylindrical-coordinate representation of color #C03557: hue angle of 345.32º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03557 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 87 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.25 |
| HSL | 345.32º | 0.57% | 0.48% | - |
| HSV(B) | 345.32º | 0.72% | 0.75% | - |
| XYZ | 24.73 | 14.44 | 10.5 | - |
| YUV | 98.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 87 | 0 | 0.72 | 0.55 | 0.25 | 345.32 | 0.57 | 0.48 |
| Hex | C0 | 35 | 57 | 0 | 48 | 37 | 19 | 159 | 39 | 30 |
| Octal | 300 | 65 | 127 | 0 | 110 | 67 | 31 | 531 | 71 | 60 |
| Binary | 11000000 | 110101 | 1010111 | 0 | 1001000 | 110111 | 11001 | 101011001 | 111001 | 110000 |
Color Harmonies of #C03557
Complementary color
Monochromatic Colors of #C03557
Black with #C03557
Text Example
Text Example
White with #C03557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03557; }
p { color: rgb(192,53,87); }
H1.HeaderClassName
{
color: #C03557;
}
.AnyTagClassName
{
color: #C03557;
}
</style>
background-color css
<style>
a { background-color: #C03557; }
a { background-color: rgb(192,53,87); }
div.DivClassName
{
background-color: #C03557;
}
.BgClassName
{
background-color: #C03557;
}
</style>
border-color css
<style>
span { border-color: #C03557; }
span { border-color: rgb(192,53,87); }
td.TdClassName
{
border-color: #C03557;
}
.TagClassName
{
border-color: #C03557;
}
</style>