Shades of Old Rose #C03554
Tints of Old Rose #C03554
RGB
CMYK
RGB Variations
Color information
#C03554 (or 0xC03554) is known color: Old Rose. HEX triplet: C0, 35 and 54. RGB value is (192,53,84). Sum of RGB (Red+Green+Blue) = 192+53+84=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03554 is #3FCAAB. Grayscale: #626262. Windows color (decimal): -4180652 or 5518784. OLE color: 5518784.
HSL color Cylindrical-coordinate representation of color #C03554: hue angle of 346.62º 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 #C03554 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 84 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.25 |
| HSL | 346.62º | 0.57% | 0.48% | - |
| HSV(B) | 346.62º | 0.72% | 0.75% | - |
| XYZ | 24.61 | 14.39 | 9.87 | - |
| YUV | 98.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 84 | 0 | 0.72 | 0.56 | 0.25 | 346.62 | 0.57 | 0.48 |
| Hex | C0 | 35 | 54 | 0 | 48 | 38 | 19 | 15B | 39 | 30 |
| Octal | 300 | 65 | 124 | 0 | 110 | 70 | 31 | 533 | 71 | 60 |
| Binary | 11000000 | 110101 | 1010100 | 0 | 1001000 | 111000 | 11001 | 101011011 | 111001 | 110000 |
Color Harmonies of #C03554
Complementary color
Monochromatic Colors of #C03554
Black with #C03554
Text Example
Text Example
White with #C03554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03554; }
p { color: rgb(192,53,84); }
H1.HeaderClassName
{
color: #C03554;
}
.AnyTagClassName
{
color: #C03554;
}
</style>
background-color css
<style>
a { background-color: #C03554; }
a { background-color: rgb(192,53,84); }
div.DivClassName
{
background-color: #C03554;
}
.BgClassName
{
background-color: #C03554;
}
</style>
border-color css
<style>
span { border-color: #C03554; }
span { border-color: rgb(192,53,84); }
td.TdClassName
{
border-color: #C03554;
}
.TagClassName
{
border-color: #C03554;
}
</style>