Shades of Old Rose #C63A55
Tints of Old Rose #C63A55
RGB
CMYK
RGB Variations
Color information
#C63A55 (or 0xC63A55) is known color: Old Rose. HEX triplet: C6, 3A and 55. RGB value is (198,58,85). Sum of RGB (Red+Green+Blue) = 198+58+85=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A55 is #39C5AA. Grayscale: #666666. Windows color (decimal): -3786155 or 5585606. OLE color: 5585606.
HSL color Cylindrical-coordinate representation of color #C63A55: hue angle of 348.43º 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 #C63A55 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 85 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.22 |
| HSL | 348.43º | 0.55% | 0.5% | - |
| HSV(B) | 348.43º | 0.71% | 0.78% | - |
| XYZ | 26.44 | 15.69 | 10.23 | - |
| YUV | 102.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 85 | 0 | 0.71 | 0.57 | 0.22 | 348.43 | 0.55 | 0.5 |
| Hex | C6 | 3A | 55 | 0 | 47 | 39 | 16 | 15C | 37 | 32 |
| Octal | 306 | 72 | 125 | 0 | 107 | 71 | 26 | 534 | 67 | 62 |
| Binary | 11000110 | 111010 | 1010101 | 0 | 1000111 | 111001 | 10110 | 101011100 | 110111 | 110010 |
Color Harmonies of #C63A55
Complementary color
Monochromatic Colors of #C63A55
Black with #C63A55
Text Example
Text Example
White with #C63A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A55; }
p { color: rgb(198,58,85); }
H1.HeaderClassName
{
color: #C63A55;
}
.AnyTagClassName
{
color: #C63A55;
}
</style>
background-color css
<style>
a { background-color: #C63A55; }
a { background-color: rgb(198,58,85); }
div.DivClassName
{
background-color: #C63A55;
}
.BgClassName
{
background-color: #C63A55;
}
</style>
border-color css
<style>
span { border-color: #C63A55; }
span { border-color: rgb(198,58,85); }
td.TdClassName
{
border-color: #C63A55;
}
.TagClassName
{
border-color: #C63A55;
}
</style>