Shades of Old Rose #C03163
Tints of Old Rose #C03163
RGB
CMYK
RGB Variations
Color information
#C03163 (or 0xC03163) is known color: Old Rose. HEX triplet: C0, 31 and 63. RGB value is (192,49,99). Sum of RGB (Red+Green+Blue) = 192+49+99=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03163 is #3FCE9C. Grayscale: #616161. Windows color (decimal): -4181661 or 6500800. OLE color: 6500800.
HSL color Cylindrical-coordinate representation of color #C03163: hue angle of 339.02º 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 #C03163 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 99 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.25 |
| HSL | 339.02º | 0.59% | 0.47% | - |
| HSV(B) | 339.02º | 0.74% | 0.75% | - |
| XYZ | 25.09 | 14.3 | 13.24 | - |
| YUV | 97.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 99 | 0 | 0.74 | 0.48 | 0.25 | 339.02 | 0.59 | 0.47 |
| Hex | C0 | 31 | 63 | 0 | 4A | 30 | 19 | 153 | 3B | 2F |
| Octal | 300 | 61 | 143 | 0 | 112 | 60 | 31 | 523 | 73 | 57 |
| Binary | 11000000 | 110001 | 1100011 | 0 | 1001010 | 110000 | 11001 | 101010011 | 111011 | 101111 |
Color Harmonies of #C03163
Complementary color
Monochromatic Colors of #C03163
Black with #C03163
Text Example
Text Example
White with #C03163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03163; }
p { color: rgb(192,49,99); }
H1.HeaderClassName
{
color: #C03163;
}
.AnyTagClassName
{
color: #C03163;
}
</style>
background-color css
<style>
a { background-color: #C03163; }
a { background-color: rgb(192,49,99); }
div.DivClassName
{
background-color: #C03163;
}
.BgClassName
{
background-color: #C03163;
}
</style>
border-color css
<style>
span { border-color: #C03163; }
span { border-color: rgb(192,49,99); }
td.TdClassName
{
border-color: #C03163;
}
.TagClassName
{
border-color: #C03163;
}
</style>