Shades of Old Rose #C62C4C
Tints of Old Rose #C62C4C
RGB
CMYK
RGB Variations
Color information
#C62C4C (or 0xC62C4C) is known color: Old Rose. HEX triplet: C6, 2C and 4C. RGB value is (198,44,76). Sum of RGB (Red+Green+Blue) = 198+44+76=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C4C is #39D3B3. Grayscale: #5D5D5D. Windows color (decimal): -3789748 or 4992198. OLE color: 4992198.
HSL color Cylindrical-coordinate representation of color #C62C4C: hue angle of 347.53º 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 #C62C4C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 76 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.22 |
| HSL | 347.53º | 0.64% | 0.47% | - |
| HSV(B) | 347.53º | 0.78% | 0.78% | - |
| XYZ | 25.49 | 14.33 | 8.26 | - |
| YUV | 93.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 76 | 0 | 0.78 | 0.62 | 0.22 | 347.53 | 0.64 | 0.47 |
| Hex | C6 | 2C | 4C | 0 | 4E | 3E | 16 | 15C | 40 | 2F |
| Octal | 306 | 54 | 114 | 0 | 116 | 76 | 26 | 534 | 100 | 57 |
| Binary | 11000110 | 101100 | 1001100 | 0 | 1001110 | 111110 | 10110 | 101011100 | 1000000 | 101111 |
Color Harmonies of #C62C4C
Complementary color
Monochromatic Colors of #C62C4C
Black with #C62C4C
Text Example
Text Example
White with #C62C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C4C; }
p { color: rgb(198,44,76); }
H1.HeaderClassName
{
color: #C62C4C;
}
.AnyTagClassName
{
color: #C62C4C;
}
</style>
background-color css
<style>
a { background-color: #C62C4C; }
a { background-color: rgb(198,44,76); }
div.DivClassName
{
background-color: #C62C4C;
}
.BgClassName
{
background-color: #C62C4C;
}
</style>
border-color css
<style>
span { border-color: #C62C4C; }
span { border-color: rgb(198,44,76); }
td.TdClassName
{
border-color: #C62C4C;
}
.TagClassName
{
border-color: #C62C4C;
}
</style>