Shades of Old Rose #C03D56
Tints of Old Rose #C03D56
RGB
CMYK
RGB Variations
Color information
#C03D56 (or 0xC03D56) is known color: Old Rose. HEX triplet: C0, 3D and 56. RGB value is (192,61,86). Sum of RGB (Red+Green+Blue) = 192+61+86=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D56 is #3FC2A9. Grayscale: #676767. Windows color (decimal): -4178602 or 5651904. OLE color: 5651904.
HSL color Cylindrical-coordinate representation of color #C03D56: hue angle of 348.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D56 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 86 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.25 |
| HSL | 348.55º | 0.52% | 0.5% | - |
| HSV(B) | 348.55º | 0.68% | 0.75% | - |
| XYZ | 25.09 | 15.22 | 10.42 | - |
| YUV | 103.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 86 | 0 | 0.68 | 0.55 | 0.25 | 348.55 | 0.52 | 0.5 |
| Hex | C0 | 3D | 56 | 0 | 44 | 37 | 19 | 15D | 34 | 32 |
| Octal | 300 | 75 | 126 | 0 | 104 | 67 | 31 | 535 | 64 | 62 |
| Binary | 11000000 | 111101 | 1010110 | 0 | 1000100 | 110111 | 11001 | 101011101 | 110100 | 110010 |
Color Harmonies of #C03D56
Complementary color
Monochromatic Colors of #C03D56
Black with #C03D56
Text Example
Text Example
White with #C03D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D56; }
p { color: rgb(192,61,86); }
H1.HeaderClassName
{
color: #C03D56;
}
.AnyTagClassName
{
color: #C03D56;
}
</style>
background-color css
<style>
a { background-color: #C03D56; }
a { background-color: rgb(192,61,86); }
div.DivClassName
{
background-color: #C03D56;
}
.BgClassName
{
background-color: #C03D56;
}
</style>
border-color css
<style>
span { border-color: #C03D56; }
span { border-color: rgb(192,61,86); }
td.TdClassName
{
border-color: #C03D56;
}
.TagClassName
{
border-color: #C03D56;
}
</style>