Shades of Old Rose #C63B54
Tints of Old Rose #C63B54
RGB
CMYK
RGB Variations
Color information
#C63B54 (or 0xC63B54) is known color: Old Rose. HEX triplet: C6, 3B and 54. RGB value is (198,59,84). Sum of RGB (Red+Green+Blue) = 198+59+84=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B54 is #39C4AB. Grayscale: #676767. Windows color (decimal): -3785900 or 5520326. OLE color: 5520326.
HSL color Cylindrical-coordinate representation of color #C63B54: hue angle of 349.21º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B54 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 84 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.22 |
| HSL | 349.21º | 0.55% | 0.5% | - |
| HSV(B) | 349.21º | 0.7% | 0.78% | - |
| XYZ | 26.45 | 15.77 | 10.04 | - |
| YUV | 103.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 84 | 0 | 0.70 | 0.58 | 0.22 | 349.21 | 0.55 | 0.5 |
| Hex | C6 | 3B | 54 | 0 | 46 | 3A | 16 | 15D | 37 | 32 |
| Octal | 306 | 73 | 124 | 0 | 106 | 72 | 26 | 535 | 67 | 62 |
| Binary | 11000110 | 111011 | 1010100 | 0 | 1000110 | 111010 | 10110 | 101011101 | 110111 | 110010 |
Color Harmonies of #C63B54
Complementary color
Monochromatic Colors of #C63B54
Black with #C63B54
Text Example
Text Example
White with #C63B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B54; }
p { color: rgb(198,59,84); }
H1.HeaderClassName
{
color: #C63B54;
}
.AnyTagClassName
{
color: #C63B54;
}
</style>
background-color css
<style>
a { background-color: #C63B54; }
a { background-color: rgb(198,59,84); }
div.DivClassName
{
background-color: #C63B54;
}
.BgClassName
{
background-color: #C63B54;
}
</style>
border-color css
<style>
span { border-color: #C63B54; }
span { border-color: rgb(198,59,84); }
td.TdClassName
{
border-color: #C63B54;
}
.TagClassName
{
border-color: #C63B54;
}
</style>