Shades of Old Rose #C63155
Tints of Old Rose #C63155
RGB
CMYK
RGB Variations
Color information
#C63155 (or 0xC63155) is known color: Old Rose. HEX triplet: C6, 31 and 55. RGB value is (198,49,85). Sum of RGB (Red+Green+Blue) = 198+49+85=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63155 is #39CEAA. Grayscale: #616161. Windows color (decimal): -3788459 or 5583302. OLE color: 5583302.
HSL color Cylindrical-coordinate representation of color #C63155: hue angle of 345.5º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63155 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 85 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.22 |
| HSL | 345.5º | 0.6% | 0.48% | - |
| HSV(B) | 345.5º | 0.75% | 0.78% | - |
| XYZ | 26.03 | 14.86 | 10.09 | - |
| YUV | 97.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 85 | 0 | 0.75 | 0.57 | 0.22 | 345.5 | 0.6 | 0.48 |
| Hex | C6 | 31 | 55 | 0 | 4B | 39 | 16 | 15A | 3C | 30 |
| Octal | 306 | 61 | 125 | 0 | 113 | 71 | 26 | 532 | 74 | 60 |
| Binary | 11000110 | 110001 | 1010101 | 0 | 1001011 | 111001 | 10110 | 101011010 | 111100 | 110000 |
Color Harmonies of #C63155
Complementary color
Monochromatic Colors of #C63155
Black with #C63155
Text Example
Text Example
White with #C63155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63155; }
p { color: rgb(198,49,85); }
H1.HeaderClassName
{
color: #C63155;
}
.AnyTagClassName
{
color: #C63155;
}
</style>
background-color css
<style>
a { background-color: #C63155; }
a { background-color: rgb(198,49,85); }
div.DivClassName
{
background-color: #C63155;
}
.BgClassName
{
background-color: #C63155;
}
</style>
border-color css
<style>
span { border-color: #C63155; }
span { border-color: rgb(198,49,85); }
td.TdClassName
{
border-color: #C63155;
}
.TagClassName
{
border-color: #C63155;
}
</style>