Shades of Old Rose #C63854
Tints of Old Rose #C63854
RGB
CMYK
RGB Variations
Color information
#C63854 (or 0xC63854) is known color: Old Rose. HEX triplet: C6, 38 and 54. RGB value is (198,56,84). Sum of RGB (Red+Green+Blue) = 198+56+84=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C63854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63854 is #39C7AB. Grayscale: #656565. Windows color (decimal): -3786668 or 5519558. OLE color: 5519558.
HSL color Cylindrical-coordinate representation of color #C63854: hue angle of 348.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63854 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 84 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.22 |
| HSL | 348.17º | 0.56% | 0.5% | - |
| HSV(B) | 348.17º | 0.72% | 0.78% | - |
| XYZ | 26.3 | 15.47 | 9.99 | - |
| YUV | 101.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 84 | 0 | 0.72 | 0.58 | 0.22 | 348.17 | 0.56 | 0.5 |
| Hex | C6 | 38 | 54 | 0 | 48 | 3A | 16 | 15C | 38 | 32 |
| Octal | 306 | 70 | 124 | 0 | 110 | 72 | 26 | 534 | 70 | 62 |
| Binary | 11000110 | 111000 | 1010100 | 0 | 1001000 | 111010 | 10110 | 101011100 | 111000 | 110010 |
Color Harmonies of #C63854
Complementary color
Monochromatic Colors of #C63854
Black with #C63854
Text Example
Text Example
White with #C63854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63854; }
p { color: rgb(198,56,84); }
H1.HeaderClassName
{
color: #C63854;
}
.AnyTagClassName
{
color: #C63854;
}
</style>
background-color css
<style>
a { background-color: #C63854; }
a { background-color: rgb(198,56,84); }
div.DivClassName
{
background-color: #C63854;
}
.BgClassName
{
background-color: #C63854;
}
</style>
border-color css
<style>
span { border-color: #C63854; }
span { border-color: rgb(198,56,84); }
td.TdClassName
{
border-color: #C63854;
}
.TagClassName
{
border-color: #C63854;
}
</style>