Shades of Old Rose #C62854
Tints of Old Rose #C62854
RGB
CMYK
RGB Variations
Color information
#C62854 (or 0xC62854) is known color: Old Rose. HEX triplet: C6, 28 and 54. RGB value is (198,40,84). Sum of RGB (Red+Green+Blue) = 198+40+84=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C62854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62854 is #39D7AB. Grayscale: #5C5C5C. Windows color (decimal): -3790764 or 5515462. OLE color: 5515462.
HSL color Cylindrical-coordinate representation of color #C62854: hue angle of 343.29º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62854 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 84 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.22 |
| HSL | 343.29º | 0.66% | 0.47% | - |
| HSV(B) | 343.29º | 0.8% | 0.78% | - |
| XYZ | 25.65 | 14.16 | 9.77 | - |
| YUV | 92.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 84 | 0 | 0.80 | 0.58 | 0.22 | 343.29 | 0.66 | 0.47 |
| Hex | C6 | 28 | 54 | 0 | 50 | 3A | 16 | 157 | 42 | 2F |
| Octal | 306 | 50 | 124 | 0 | 120 | 72 | 26 | 527 | 102 | 57 |
| Binary | 11000110 | 101000 | 1010100 | 0 | 1010000 | 111010 | 10110 | 101010111 | 1000010 | 101111 |
Color Harmonies of #C62854
Complementary color
Monochromatic Colors of #C62854
Black with #C62854
Text Example
Text Example
White with #C62854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62854; }
p { color: rgb(198,40,84); }
H1.HeaderClassName
{
color: #C62854;
}
.AnyTagClassName
{
color: #C62854;
}
</style>
background-color css
<style>
a { background-color: #C62854; }
a { background-color: rgb(198,40,84); }
div.DivClassName
{
background-color: #C62854;
}
.BgClassName
{
background-color: #C62854;
}
</style>
border-color css
<style>
span { border-color: #C62854; }
span { border-color: rgb(198,40,84); }
td.TdClassName
{
border-color: #C62854;
}
.TagClassName
{
border-color: #C62854;
}
</style>