Shades of Old Rose #C03651
Tints of Old Rose #C03651
RGB
CMYK
RGB Variations
Color information
#C03651 (or 0xC03651) is known color: Old Rose. HEX triplet: C0, 36 and 51. RGB value is (192,54,81). Sum of RGB (Red+Green+Blue) = 192+54+81=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03651 is #3FC9AE. Grayscale: #626262. Windows color (decimal): -4180399 or 5322432. OLE color: 5322432.
HSL color Cylindrical-coordinate representation of color #C03651: hue angle of 348.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03651 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 81 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.25 |
| HSL | 348.26º | 0.56% | 0.48% | - |
| HSV(B) | 348.26º | 0.72% | 0.75% | - |
| XYZ | 24.54 | 14.44 | 9.28 | - |
| YUV | 98.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 81 | 0 | 0.72 | 0.58 | 0.25 | 348.26 | 0.56 | 0.48 |
| Hex | C0 | 36 | 51 | 0 | 48 | 3A | 19 | 15C | 38 | 30 |
| Octal | 300 | 66 | 121 | 0 | 110 | 72 | 31 | 534 | 70 | 60 |
| Binary | 11000000 | 110110 | 1010001 | 0 | 1001000 | 111010 | 11001 | 101011100 | 111000 | 110000 |
Color Harmonies of #C03651
Complementary color
Monochromatic Colors of #C03651
Black with #C03651
Text Example
Text Example
White with #C03651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03651; }
p { color: rgb(192,54,81); }
H1.HeaderClassName
{
color: #C03651;
}
.AnyTagClassName
{
color: #C03651;
}
</style>
background-color css
<style>
a { background-color: #C03651; }
a { background-color: rgb(192,54,81); }
div.DivClassName
{
background-color: #C03651;
}
.BgClassName
{
background-color: #C03651;
}
</style>
border-color css
<style>
span { border-color: #C03651; }
span { border-color: rgb(192,54,81); }
td.TdClassName
{
border-color: #C03651;
}
.TagClassName
{
border-color: #C03651;
}
</style>