Shades of Old Rose #C03D59
Tints of Old Rose #C03D59
RGB
CMYK
RGB Variations
Color information
#C03D59 (or 0xC03D59) is known color: Old Rose. HEX triplet: C0, 3D and 59. RGB value is (192,61,89). Sum of RGB (Red+Green+Blue) = 192+61+89=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D59 is #3FC2A6. Grayscale: #676767. Windows color (decimal): -4178599 or 5848512. OLE color: 5848512.
HSL color Cylindrical-coordinate representation of color #C03D59: hue angle of 347.18º 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 #C03D59 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 89 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.25 |
| HSL | 347.18º | 0.52% | 0.5% | - |
| HSV(B) | 347.18º | 0.68% | 0.75% | - |
| XYZ | 25.21 | 15.27 | 11.07 | - |
| YUV | 103.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 89 | 0 | 0.68 | 0.54 | 0.25 | 347.18 | 0.52 | 0.5 |
| Hex | C0 | 3D | 59 | 0 | 44 | 36 | 19 | 15B | 34 | 32 |
| Octal | 300 | 75 | 131 | 0 | 104 | 66 | 31 | 533 | 64 | 62 |
| Binary | 11000000 | 111101 | 1011001 | 0 | 1000100 | 110110 | 11001 | 101011011 | 110100 | 110010 |
Color Harmonies of #C03D59
Complementary color
Monochromatic Colors of #C03D59
Black with #C03D59
Text Example
Text Example
White with #C03D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D59; }
p { color: rgb(192,61,89); }
H1.HeaderClassName
{
color: #C03D59;
}
.AnyTagClassName
{
color: #C03D59;
}
</style>
background-color css
<style>
a { background-color: #C03D59; }
a { background-color: rgb(192,61,89); }
div.DivClassName
{
background-color: #C03D59;
}
.BgClassName
{
background-color: #C03D59;
}
</style>
border-color css
<style>
span { border-color: #C03D59; }
span { border-color: rgb(192,61,89); }
td.TdClassName
{
border-color: #C03D59;
}
.TagClassName
{
border-color: #C03D59;
}
</style>