Shades of Old Rose #C03351
Tints of Old Rose #C03351
RGB
CMYK
RGB Variations
Color information
#C03351 (or 0xC03351) is known color: Old Rose. HEX triplet: C0, 33 and 51. RGB value is (192,51,81). Sum of RGB (Red+Green+Blue) = 192+51+81=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03351 is #3FCCAE. Grayscale: #606060. Windows color (decimal): -4181167 or 5321664. OLE color: 5321664.
HSL color Cylindrical-coordinate representation of color #C03351: hue angle of 347.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03351 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 81 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.25 |
| HSL | 347.23º | 0.58% | 0.48% | - |
| HSV(B) | 347.23º | 0.73% | 0.75% | - |
| XYZ | 24.41 | 14.17 | 9.23 | - |
| YUV | 96.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 81 | 0 | 0.73 | 0.58 | 0.25 | 347.23 | 0.58 | 0.48 |
| Hex | C0 | 33 | 51 | 0 | 49 | 3A | 19 | 15B | 3A | 30 |
| Octal | 300 | 63 | 121 | 0 | 111 | 72 | 31 | 533 | 72 | 60 |
| Binary | 11000000 | 110011 | 1010001 | 0 | 1001001 | 111010 | 11001 | 101011011 | 111010 | 110000 |
Color Harmonies of #C03351
Complementary color
Monochromatic Colors of #C03351
Black with #C03351
Text Example
Text Example
White with #C03351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03351; }
p { color: rgb(192,51,81); }
H1.HeaderClassName
{
color: #C03351;
}
.AnyTagClassName
{
color: #C03351;
}
</style>
background-color css
<style>
a { background-color: #C03351; }
a { background-color: rgb(192,51,81); }
div.DivClassName
{
background-color: #C03351;
}
.BgClassName
{
background-color: #C03351;
}
</style>
border-color css
<style>
span { border-color: #C03351; }
span { border-color: rgb(192,51,81); }
td.TdClassName
{
border-color: #C03351;
}
.TagClassName
{
border-color: #C03351;
}
</style>