Shades of Old Rose #C62760
Tints of Old Rose #C62760
RGB
CMYK
RGB Variations
Color information
#C62760 (or 0xC62760) is known color: Old Rose. HEX triplet: C6, 27 and 60. RGB value is (198,39,96). Sum of RGB (Red+Green+Blue) = 198+39+96=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C62760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62760 is #39D89F. Grayscale: #5C5C5C. Windows color (decimal): -3791008 or 6301638. OLE color: 6301638.
HSL color Cylindrical-coordinate representation of color #C62760: hue angle of 338.49º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62760 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 96 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.22 |
| HSL | 338.49º | 0.67% | 0.46% | - |
| HSV(B) | 338.49º | 0.8% | 0.78% | - |
| XYZ | 26.13 | 14.3 | 12.45 | - |
| YUV | 93.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 96 | 0 | 0.80 | 0.52 | 0.22 | 338.49 | 0.67 | 0.46 |
| Hex | C6 | 27 | 60 | 0 | 50 | 34 | 16 | 152 | 43 | 2E |
| Octal | 306 | 47 | 140 | 0 | 120 | 64 | 26 | 522 | 103 | 56 |
| Binary | 11000110 | 100111 | 1100000 | 0 | 1010000 | 110100 | 10110 | 101010010 | 1000011 | 101110 |
Color Harmonies of #C62760
Complementary color
Monochromatic Colors of #C62760
Black with #C62760
Text Example
Text Example
White with #C62760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62760; }
p { color: rgb(198,39,96); }
H1.HeaderClassName
{
color: #C62760;
}
.AnyTagClassName
{
color: #C62760;
}
</style>
background-color css
<style>
a { background-color: #C62760; }
a { background-color: rgb(198,39,96); }
div.DivClassName
{
background-color: #C62760;
}
.BgClassName
{
background-color: #C62760;
}
</style>
border-color css
<style>
span { border-color: #C62760; }
span { border-color: rgb(198,39,96); }
td.TdClassName
{
border-color: #C62760;
}
.TagClassName
{
border-color: #C62760;
}
</style>