Shades of Old Rose #C03854
Tints of Old Rose #C03854
RGB
CMYK
RGB Variations
Color information
#C03854 (or 0xC03854) is known color: Old Rose. HEX triplet: C0, 38 and 54. RGB value is (192,56,84). Sum of RGB (Red+Green+Blue) = 192+56+84=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C03854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03854 is #3FC7AB. Grayscale: #636363. Windows color (decimal): -4179884 or 5519552. OLE color: 5519552.
HSL color Cylindrical-coordinate representation of color #C03854: hue angle of 347.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03854 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 84 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.25 |
| HSL | 347.65º | 0.55% | 0.49% | - |
| HSV(B) | 347.65º | 0.71% | 0.75% | - |
| XYZ | 24.75 | 14.67 | 9.92 | - |
| YUV | 99.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 84 | 0 | 0.71 | 0.56 | 0.25 | 347.65 | 0.55 | 0.49 |
| Hex | C0 | 38 | 54 | 0 | 47 | 38 | 19 | 15C | 37 | 31 |
| Octal | 300 | 70 | 124 | 0 | 107 | 70 | 31 | 534 | 67 | 61 |
| Binary | 11000000 | 111000 | 1010100 | 0 | 1000111 | 111000 | 11001 | 101011100 | 110111 | 110001 |
Color Harmonies of #C03854
Complementary color
Monochromatic Colors of #C03854
Black with #C03854
Text Example
Text Example
White with #C03854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03854; }
p { color: rgb(192,56,84); }
H1.HeaderClassName
{
color: #C03854;
}
.AnyTagClassName
{
color: #C03854;
}
</style>
background-color css
<style>
a { background-color: #C03854; }
a { background-color: rgb(192,56,84); }
div.DivClassName
{
background-color: #C03854;
}
.BgClassName
{
background-color: #C03854;
}
</style>
border-color css
<style>
span { border-color: #C03854; }
span { border-color: rgb(192,56,84); }
td.TdClassName
{
border-color: #C03854;
}
.TagClassName
{
border-color: #C03854;
}
</style>