Shades of Old Rose #C63F56
Tints of Old Rose #C63F56
RGB
CMYK
RGB Variations
Color information
#C63F56 (or 0xC63F56) is known color: Old Rose. HEX triplet: C6, 3F and 56. RGB value is (198,63,86). Sum of RGB (Red+Green+Blue) = 198+63+86=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F56 is #39C0A9. Grayscale: #6A6A6A. Windows color (decimal): -3784874 or 5652422. OLE color: 5652422.
HSL color Cylindrical-coordinate representation of color #C63F56: hue angle of 349.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F56 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 86 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.22 |
| HSL | 349.78º | 0.54% | 0.51% | - |
| HSV(B) | 349.78º | 0.68% | 0.78% | - |
| XYZ | 26.75 | 16.23 | 10.53 | - |
| YUV | 105.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 86 | 0 | 0.68 | 0.57 | 0.22 | 349.78 | 0.54 | 0.51 |
| Hex | C6 | 3F | 56 | 0 | 44 | 39 | 16 | 15E | 36 | 33 |
| Octal | 306 | 77 | 126 | 0 | 104 | 71 | 26 | 536 | 66 | 63 |
| Binary | 11000110 | 111111 | 1010110 | 0 | 1000100 | 111001 | 10110 | 101011110 | 110110 | 110011 |
Color Harmonies of #C63F56
Complementary color
Monochromatic Colors of #C63F56
Black with #C63F56
Text Example
Text Example
White with #C63F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F56; }
p { color: rgb(198,63,86); }
H1.HeaderClassName
{
color: #C63F56;
}
.AnyTagClassName
{
color: #C63F56;
}
</style>
background-color css
<style>
a { background-color: #C63F56; }
a { background-color: rgb(198,63,86); }
div.DivClassName
{
background-color: #C63F56;
}
.BgClassName
{
background-color: #C63F56;
}
</style>
border-color css
<style>
span { border-color: #C63F56; }
span { border-color: rgb(198,63,86); }
td.TdClassName
{
border-color: #C63F56;
}
.TagClassName
{
border-color: #C63F56;
}
</style>