Shades of Old Rose #C03154
Tints of Old Rose #C03154
RGB
CMYK
RGB Variations
Color information
#C03154 (or 0xC03154) is known color: Old Rose. HEX triplet: C0, 31 and 54. RGB value is (192,49,84). Sum of RGB (Red+Green+Blue) = 192+49+84=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03154 is #3FCEAB. Grayscale: #5F5F5F. Windows color (decimal): -4181676 or 5517760. OLE color: 5517760.
HSL color Cylindrical-coordinate representation of color #C03154: hue angle of 345.31º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03154 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 84 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.25 |
| HSL | 345.31º | 0.59% | 0.47% | - |
| HSV(B) | 345.31º | 0.74% | 0.75% | - |
| XYZ | 24.44 | 14.04 | 9.81 | - |
| YUV | 95.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 84 | 0 | 0.74 | 0.56 | 0.25 | 345.31 | 0.59 | 0.47 |
| Hex | C0 | 31 | 54 | 0 | 4A | 38 | 19 | 159 | 3B | 2F |
| Octal | 300 | 61 | 124 | 0 | 112 | 70 | 31 | 531 | 73 | 57 |
| Binary | 11000000 | 110001 | 1010100 | 0 | 1001010 | 111000 | 11001 | 101011001 | 111011 | 101111 |
Color Harmonies of #C03154
Complementary color
Monochromatic Colors of #C03154
Black with #C03154
Text Example
Text Example
White with #C03154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03154; }
p { color: rgb(192,49,84); }
H1.HeaderClassName
{
color: #C03154;
}
.AnyTagClassName
{
color: #C03154;
}
</style>
background-color css
<style>
a { background-color: #C03154; }
a { background-color: rgb(192,49,84); }
div.DivClassName
{
background-color: #C03154;
}
.BgClassName
{
background-color: #C03154;
}
</style>
border-color css
<style>
span { border-color: #C03154; }
span { border-color: rgb(192,49,84); }
td.TdClassName
{
border-color: #C03154;
}
.TagClassName
{
border-color: #C03154;
}
</style>