Shades of Old Rose #C63756
Tints of Old Rose #C63756
RGB
CMYK
RGB Variations
Color information
#C63756 (or 0xC63756) is known color: Old Rose. HEX triplet: C6, 37 and 56. RGB value is (198,55,86). Sum of RGB (Red+Green+Blue) = 198+55+86=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C63756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63756 is #39C8A9. Grayscale: #656565. Windows color (decimal): -3786922 or 5650374. OLE color: 5650374.
HSL color Cylindrical-coordinate representation of color #C63756: hue angle of 346.99º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63756 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 86 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.22 |
| HSL | 346.99º | 0.57% | 0.5% | - |
| HSV(B) | 346.99º | 0.72% | 0.78% | - |
| XYZ | 26.33 | 15.41 | 10.39 | - |
| YUV | 101.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 86 | 0 | 0.72 | 0.57 | 0.22 | 346.99 | 0.57 | 0.5 |
| Hex | C6 | 37 | 56 | 0 | 48 | 39 | 16 | 15B | 39 | 32 |
| Octal | 306 | 67 | 126 | 0 | 110 | 71 | 26 | 533 | 71 | 62 |
| Binary | 11000110 | 110111 | 1010110 | 0 | 1001000 | 111001 | 10110 | 101011011 | 111001 | 110010 |
Color Harmonies of #C63756
Complementary color
Monochromatic Colors of #C63756
Black with #C63756
Text Example
Text Example
White with #C63756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63756; }
p { color: rgb(198,55,86); }
H1.HeaderClassName
{
color: #C63756;
}
.AnyTagClassName
{
color: #C63756;
}
</style>
background-color css
<style>
a { background-color: #C63756; }
a { background-color: rgb(198,55,86); }
div.DivClassName
{
background-color: #C63756;
}
.BgClassName
{
background-color: #C63756;
}
</style>
border-color css
<style>
span { border-color: #C63756; }
span { border-color: rgb(198,55,86); }
td.TdClassName
{
border-color: #C63756;
}
.TagClassName
{
border-color: #C63756;
}
</style>