Shades of Old Rose #C62D4E
Tints of Old Rose #C62D4E
RGB
CMYK
RGB Variations
Color information
#C62D4E (or 0xC62D4E) is known color: Old Rose. HEX triplet: C6, 2D and 4E. RGB value is (198,45,78). Sum of RGB (Red+Green+Blue) = 198+45+78=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D4E is #39D2B1. Grayscale: #5E5E5E. Windows color (decimal): -3789490 or 5123526. OLE color: 5123526.
HSL color Cylindrical-coordinate representation of color #C62D4E: hue angle of 347.06º 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 #C62D4E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 78 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.22 |
| HSL | 347.06º | 0.63% | 0.48% | - |
| HSV(B) | 347.06º | 0.77% | 0.78% | - |
| XYZ | 25.6 | 14.43 | 8.64 | - |
| YUV | 94.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 78 | 0 | 0.77 | 0.61 | 0.22 | 347.06 | 0.63 | 0.48 |
| Hex | C6 | 2D | 4E | 0 | 4D | 3D | 16 | 15B | 3F | 30 |
| Octal | 306 | 55 | 116 | 0 | 115 | 75 | 26 | 533 | 77 | 60 |
| Binary | 11000110 | 101101 | 1001110 | 0 | 1001101 | 111101 | 10110 | 101011011 | 111111 | 110000 |
Color Harmonies of #C62D4E
Complementary color
Monochromatic Colors of #C62D4E
Black with #C62D4E
Text Example
Text Example
White with #C62D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D4E; }
p { color: rgb(198,45,78); }
H1.HeaderClassName
{
color: #C62D4E;
}
.AnyTagClassName
{
color: #C62D4E;
}
</style>
background-color css
<style>
a { background-color: #C62D4E; }
a { background-color: rgb(198,45,78); }
div.DivClassName
{
background-color: #C62D4E;
}
.BgClassName
{
background-color: #C62D4E;
}
</style>
border-color css
<style>
span { border-color: #C62D4E; }
span { border-color: rgb(198,45,78); }
td.TdClassName
{
border-color: #C62D4E;
}
.TagClassName
{
border-color: #C62D4E;
}
</style>