Shades of Old Rose #C03D57
Tints of Old Rose #C03D57
RGB
CMYK
RGB Variations
Color information
#C03D57 (or 0xC03D57) is known color: Old Rose. HEX triplet: C0, 3D and 57. RGB value is (192,61,87). Sum of RGB (Red+Green+Blue) = 192+61+87=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D57 is #3FC2A8. Grayscale: #676767. Windows color (decimal): -4178601 or 5717440. OLE color: 5717440.
HSL color Cylindrical-coordinate representation of color #C03D57: hue angle of 348.09º 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 #C03D57 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 87 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.25 |
| HSL | 348.09º | 0.52% | 0.5% | - |
| HSV(B) | 348.09º | 0.68% | 0.75% | - |
| XYZ | 25.13 | 15.23 | 10.63 | - |
| YUV | 103.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 87 | 0 | 0.68 | 0.55 | 0.25 | 348.09 | 0.52 | 0.5 |
| Hex | C0 | 3D | 57 | 0 | 44 | 37 | 19 | 15C | 34 | 32 |
| Octal | 300 | 75 | 127 | 0 | 104 | 67 | 31 | 534 | 64 | 62 |
| Binary | 11000000 | 111101 | 1010111 | 0 | 1000100 | 110111 | 11001 | 101011100 | 110100 | 110010 |
Color Harmonies of #C03D57
Complementary color
Monochromatic Colors of #C03D57
Black with #C03D57
Text Example
Text Example
White with #C03D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D57; }
p { color: rgb(192,61,87); }
H1.HeaderClassName
{
color: #C03D57;
}
.AnyTagClassName
{
color: #C03D57;
}
</style>
background-color css
<style>
a { background-color: #C03D57; }
a { background-color: rgb(192,61,87); }
div.DivClassName
{
background-color: #C03D57;
}
.BgClassName
{
background-color: #C03D57;
}
</style>
border-color css
<style>
span { border-color: #C03D57; }
span { border-color: rgb(192,61,87); }
td.TdClassName
{
border-color: #C03D57;
}
.TagClassName
{
border-color: #C03D57;
}
</style>