Shades of Old Rose #C63A58
Tints of Old Rose #C63A58
RGB
CMYK
RGB Variations
Color information
#C63A58 (or 0xC63A58) is known color: Old Rose. HEX triplet: C6, 3A and 58. RGB value is (198,58,88). Sum of RGB (Red+Green+Blue) = 198+58+88=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A58 is #39C5A7. Grayscale: #676767. Windows color (decimal): -3786152 or 5782214. OLE color: 5782214.
HSL color Cylindrical-coordinate representation of color #C63A58: hue angle of 347.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A58 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 88 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.22 |
| HSL | 347.14º | 0.55% | 0.5% | - |
| HSV(B) | 347.14º | 0.71% | 0.78% | - |
| XYZ | 26.56 | 15.74 | 10.87 | - |
| YUV | 103.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 88 | 0 | 0.71 | 0.56 | 0.22 | 347.14 | 0.55 | 0.5 |
| Hex | C6 | 3A | 58 | 0 | 47 | 38 | 16 | 15B | 37 | 32 |
| Octal | 306 | 72 | 130 | 0 | 107 | 70 | 26 | 533 | 67 | 62 |
| Binary | 11000110 | 111010 | 1011000 | 0 | 1000111 | 111000 | 10110 | 101011011 | 110111 | 110010 |
Color Harmonies of #C63A58
Complementary color
Monochromatic Colors of #C63A58
Black with #C63A58
Text Example
Text Example
White with #C63A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A58; }
p { color: rgb(198,58,88); }
H1.HeaderClassName
{
color: #C63A58;
}
.AnyTagClassName
{
color: #C63A58;
}
</style>
background-color css
<style>
a { background-color: #C63A58; }
a { background-color: rgb(198,58,88); }
div.DivClassName
{
background-color: #C63A58;
}
.BgClassName
{
background-color: #C63A58;
}
</style>
border-color css
<style>
span { border-color: #C63A58; }
span { border-color: rgb(198,58,88); }
td.TdClassName
{
border-color: #C63A58;
}
.TagClassName
{
border-color: #C63A58;
}
</style>