Shades of Old Rose #C62450
Tints of Old Rose #C62450
RGB
CMYK
RGB Variations
Color information
#C62450 (or 0xC62450) is known color: Old Rose. HEX triplet: C6, 24 and 50. RGB value is (198,36,80). Sum of RGB (Red+Green+Blue) = 198+36+80=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C62450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62450 is #39DBAF. Grayscale: #595959. Windows color (decimal): -3791792 or 5252294. OLE color: 5252294.
HSL color Cylindrical-coordinate representation of color #C62450: hue angle of 343.7º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62450 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 80 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.22 |
| HSL | 343.7º | 0.69% | 0.46% | - |
| HSV(B) | 343.7º | 0.82% | 0.78% | - |
| XYZ | 25.37 | 13.85 | 8.93 | - |
| YUV | 89.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 80 | 0 | 0.82 | 0.60 | 0.22 | 343.7 | 0.69 | 0.46 |
| Hex | C6 | 24 | 50 | 0 | 52 | 3C | 16 | 158 | 45 | 2E |
| Octal | 306 | 44 | 120 | 0 | 122 | 74 | 26 | 530 | 105 | 56 |
| Binary | 11000110 | 100100 | 1010000 | 0 | 1010010 | 111100 | 10110 | 101011000 | 1000101 | 101110 |
Color Harmonies of #C62450
Complementary color
Monochromatic Colors of #C62450
Black with #C62450
Text Example
Text Example
White with #C62450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62450; }
p { color: rgb(198,36,80); }
H1.HeaderClassName
{
color: #C62450;
}
.AnyTagClassName
{
color: #C62450;
}
</style>
background-color css
<style>
a { background-color: #C62450; }
a { background-color: rgb(198,36,80); }
div.DivClassName
{
background-color: #C62450;
}
.BgClassName
{
background-color: #C62450;
}
</style>
border-color css
<style>
span { border-color: #C62450; }
span { border-color: rgb(198,36,80); }
td.TdClassName
{
border-color: #C62450;
}
.TagClassName
{
border-color: #C62450;
}
</style>