Shades of Old Rose #C62D5E
Tints of Old Rose #C62D5E
RGB
CMYK
RGB Variations
Color information
#C62D5E (or 0xC62D5E) is known color: Old Rose. HEX triplet: C6, 2D and 5E. RGB value is (198,45,94). Sum of RGB (Red+Green+Blue) = 198+45+94=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D5E is #39D2A1. Grayscale: #606060. Windows color (decimal): -3789474 or 6172102. OLE color: 6172102.
HSL color Cylindrical-coordinate representation of color #C62D5E: hue angle of 340.78º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62D5E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 94 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.22 |
| HSL | 340.78º | 0.63% | 0.48% | - |
| HSV(B) | 340.78º | 0.77% | 0.78% | - |
| XYZ | 26.25 | 14.69 | 12.04 | - |
| YUV | 96.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 94 | 0 | 0.77 | 0.53 | 0.22 | 340.78 | 0.63 | 0.48 |
| Hex | C6 | 2D | 5E | 0 | 4D | 35 | 16 | 155 | 3F | 30 |
| Octal | 306 | 55 | 136 | 0 | 115 | 65 | 26 | 525 | 77 | 60 |
| Binary | 11000110 | 101101 | 1011110 | 0 | 1001101 | 110101 | 10110 | 101010101 | 111111 | 110000 |
Color Harmonies of #C62D5E
Complementary color
Monochromatic Colors of #C62D5E
Black with #C62D5E
Text Example
Text Example
White with #C62D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D5E; }
p { color: rgb(198,45,94); }
H1.HeaderClassName
{
color: #C62D5E;
}
.AnyTagClassName
{
color: #C62D5E;
}
</style>
background-color css
<style>
a { background-color: #C62D5E; }
a { background-color: rgb(198,45,94); }
div.DivClassName
{
background-color: #C62D5E;
}
.BgClassName
{
background-color: #C62D5E;
}
</style>
border-color css
<style>
span { border-color: #C62D5E; }
span { border-color: rgb(198,45,94); }
td.TdClassName
{
border-color: #C62D5E;
}
.TagClassName
{
border-color: #C62D5E;
}
</style>