Shades of Old Rose #C03F56
Tints of Old Rose #C03F56
RGB
CMYK
RGB Variations
Color information
#C03F56 (or 0xC03F56) is known color: Old Rose. HEX triplet: C0, 3F and 56. RGB value is (192,63,86). Sum of RGB (Red+Green+Blue) = 192+63+86=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F56 is #3FC0A9. Grayscale: #686868. Windows color (decimal): -4178090 or 5652416. OLE color: 5652416.
HSL color Cylindrical-coordinate representation of color #C03F56: hue angle of 349.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F56 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 86 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.25 |
| HSL | 349.3º | 0.51% | 0.5% | - |
| HSV(B) | 349.3º | 0.67% | 0.75% | - |
| XYZ | 25.2 | 15.43 | 10.46 | - |
| YUV | 104.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 86 | 0 | 0.67 | 0.55 | 0.25 | 349.3 | 0.51 | 0.5 |
| Hex | C0 | 3F | 56 | 0 | 43 | 37 | 19 | 15D | 33 | 32 |
| Octal | 300 | 77 | 126 | 0 | 103 | 67 | 31 | 535 | 63 | 62 |
| Binary | 11000000 | 111111 | 1010110 | 0 | 1000011 | 110111 | 11001 | 101011101 | 110011 | 110010 |
Color Harmonies of #C03F56
Complementary color
Monochromatic Colors of #C03F56
Black with #C03F56
Text Example
Text Example
White with #C03F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F56; }
p { color: rgb(192,63,86); }
H1.HeaderClassName
{
color: #C03F56;
}
.AnyTagClassName
{
color: #C03F56;
}
</style>
background-color css
<style>
a { background-color: #C03F56; }
a { background-color: rgb(192,63,86); }
div.DivClassName
{
background-color: #C03F56;
}
.BgClassName
{
background-color: #C03F56;
}
</style>
border-color css
<style>
span { border-color: #C03F56; }
span { border-color: rgb(192,63,86); }
td.TdClassName
{
border-color: #C03F56;
}
.TagClassName
{
border-color: #C03F56;
}
</style>