Shades of Old Rose #C63555
Tints of Old Rose #C63555
RGB
CMYK
RGB Variations
Color information
#C63555 (or 0xC63555) is known color: Old Rose. HEX triplet: C6, 35 and 55. RGB value is (198,53,85). Sum of RGB (Red+Green+Blue) = 198+53+85=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63555 is #39CAAA. Grayscale: #646464. Windows color (decimal): -3787435 or 5584326. OLE color: 5584326.
HSL color Cylindrical-coordinate representation of color #C63555: hue angle of 346.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63555 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 85 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.22 |
| HSL | 346.76º | 0.58% | 0.49% | - |
| HSV(B) | 346.76º | 0.73% | 0.78% | - |
| XYZ | 26.2 | 15.21 | 10.15 | - |
| YUV | 100 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 85 | 0 | 0.73 | 0.57 | 0.22 | 346.76 | 0.58 | 0.49 |
| Hex | C6 | 35 | 55 | 0 | 49 | 39 | 16 | 15B | 3A | 31 |
| Octal | 306 | 65 | 125 | 0 | 111 | 71 | 26 | 533 | 72 | 61 |
| Binary | 11000110 | 110101 | 1010101 | 0 | 1001001 | 111001 | 10110 | 101011011 | 111010 | 110001 |
Color Harmonies of #C63555
Complementary color
Monochromatic Colors of #C63555
Black with #C63555
Text Example
Text Example
White with #C63555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63555; }
p { color: rgb(198,53,85); }
H1.HeaderClassName
{
color: #C63555;
}
.AnyTagClassName
{
color: #C63555;
}
</style>
background-color css
<style>
a { background-color: #C63555; }
a { background-color: rgb(198,53,85); }
div.DivClassName
{
background-color: #C63555;
}
.BgClassName
{
background-color: #C63555;
}
</style>
border-color css
<style>
span { border-color: #C63555; }
span { border-color: rgb(198,53,85); }
td.TdClassName
{
border-color: #C63555;
}
.TagClassName
{
border-color: #C63555;
}
</style>