Shades of Old Rose #C62C51
Tints of Old Rose #C62C51
RGB
CMYK
RGB Variations
Color information
#C62C51 (or 0xC62C51) is known color: Old Rose. HEX triplet: C6, 2C and 51. RGB value is (198,44,81). Sum of RGB (Red+Green+Blue) = 198+44+81=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62C51 is #39D3AE. Grayscale: #5E5E5E. Windows color (decimal): -3789743 or 5319878. OLE color: 5319878.
HSL color Cylindrical-coordinate representation of color #C62C51: hue angle of 345.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C51 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 81 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.22 |
| HSL | 345.58º | 0.64% | 0.47% | - |
| HSV(B) | 345.58º | 0.78% | 0.78% | - |
| XYZ | 25.67 | 14.4 | 9.21 | - |
| YUV | 94.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 81 | 0 | 0.78 | 0.59 | 0.22 | 345.58 | 0.64 | 0.47 |
| Hex | C6 | 2C | 51 | 0 | 4E | 3B | 16 | 15A | 40 | 2F |
| Octal | 306 | 54 | 121 | 0 | 116 | 73 | 26 | 532 | 100 | 57 |
| Binary | 11000110 | 101100 | 1010001 | 0 | 1001110 | 111011 | 10110 | 101011010 | 1000000 | 101111 |
Color Harmonies of #C62C51
Complementary color
Monochromatic Colors of #C62C51
Black with #C62C51
Text Example
Text Example
White with #C62C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C51; }
p { color: rgb(198,44,81); }
H1.HeaderClassName
{
color: #C62C51;
}
.AnyTagClassName
{
color: #C62C51;
}
</style>
background-color css
<style>
a { background-color: #C62C51; }
a { background-color: rgb(198,44,81); }
div.DivClassName
{
background-color: #C62C51;
}
.BgClassName
{
background-color: #C62C51;
}
</style>
border-color css
<style>
span { border-color: #C62C51; }
span { border-color: rgb(198,44,81); }
td.TdClassName
{
border-color: #C62C51;
}
.TagClassName
{
border-color: #C62C51;
}
</style>