Shades of Old Rose #C62D5B
Tints of Old Rose #C62D5B
RGB
CMYK
RGB Variations
Color information
#C62D5B (or 0xC62D5B) is known color: Old Rose. HEX triplet: C6, 2D and 5B. RGB value is (198,45,91). Sum of RGB (Red+Green+Blue) = 198+45+91=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D5B is #39D2A4. Grayscale: #5F5F5F. Windows color (decimal): -3789477 or 5975494. OLE color: 5975494.
HSL color Cylindrical-coordinate representation of color #C62D5B: hue angle of 341.96º 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 #C62D5B is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 91 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.22 |
| HSL | 341.96º | 0.63% | 0.48% | - |
| HSV(B) | 341.96º | 0.77% | 0.78% | - |
| XYZ | 26.12 | 14.64 | 11.35 | - |
| YUV | 95.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 91 | 0 | 0.77 | 0.54 | 0.22 | 341.96 | 0.63 | 0.48 |
| Hex | C6 | 2D | 5B | 0 | 4D | 36 | 16 | 156 | 3F | 30 |
| Octal | 306 | 55 | 133 | 0 | 115 | 66 | 26 | 526 | 77 | 60 |
| Binary | 11000110 | 101101 | 1011011 | 0 | 1001101 | 110110 | 10110 | 101010110 | 111111 | 110000 |
Color Harmonies of #C62D5B
Complementary color
Monochromatic Colors of #C62D5B
Black with #C62D5B
Text Example
Text Example
White with #C62D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D5B; }
p { color: rgb(198,45,91); }
H1.HeaderClassName
{
color: #C62D5B;
}
.AnyTagClassName
{
color: #C62D5B;
}
</style>
background-color css
<style>
a { background-color: #C62D5B; }
a { background-color: rgb(198,45,91); }
div.DivClassName
{
background-color: #C62D5B;
}
.BgClassName
{
background-color: #C62D5B;
}
</style>
border-color css
<style>
span { border-color: #C62D5B; }
span { border-color: rgb(198,45,91); }
td.TdClassName
{
border-color: #C62D5B;
}
.TagClassName
{
border-color: #C62D5B;
}
</style>