Shades of Old Rose #C62D54
Tints of Old Rose #C62D54
RGB
CMYK
RGB Variations
Color information
#C62D54 (or 0xC62D54) is known color: Old Rose. HEX triplet: C6, 2D and 54. RGB value is (198,45,84). Sum of RGB (Red+Green+Blue) = 198+45+84=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D54 is #39D2AB. Grayscale: #5F5F5F. Windows color (decimal): -3789484 or 5516742. OLE color: 5516742.
HSL color Cylindrical-coordinate representation of color #C62D54: hue angle of 344.71º 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 #C62D54 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 84 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.22 |
| HSL | 344.71º | 0.63% | 0.48% | - |
| HSV(B) | 344.71º | 0.77% | 0.78% | - |
| XYZ | 25.83 | 14.52 | 9.83 | - |
| YUV | 95.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 84 | 0 | 0.77 | 0.58 | 0.22 | 344.71 | 0.63 | 0.48 |
| Hex | C6 | 2D | 54 | 0 | 4D | 3A | 16 | 159 | 3F | 30 |
| Octal | 306 | 55 | 124 | 0 | 115 | 72 | 26 | 531 | 77 | 60 |
| Binary | 11000110 | 101101 | 1010100 | 0 | 1001101 | 111010 | 10110 | 101011001 | 111111 | 110000 |
Color Harmonies of #C62D54
Complementary color
Monochromatic Colors of #C62D54
Black with #C62D54
Text Example
Text Example
White with #C62D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D54; }
p { color: rgb(198,45,84); }
H1.HeaderClassName
{
color: #C62D54;
}
.AnyTagClassName
{
color: #C62D54;
}
</style>
background-color css
<style>
a { background-color: #C62D54; }
a { background-color: rgb(198,45,84); }
div.DivClassName
{
background-color: #C62D54;
}
.BgClassName
{
background-color: #C62D54;
}
</style>
border-color css
<style>
span { border-color: #C62D54; }
span { border-color: rgb(198,45,84); }
td.TdClassName
{
border-color: #C62D54;
}
.TagClassName
{
border-color: #C62D54;
}
</style>