Shades of Old Rose #C62E4C
Tints of Old Rose #C62E4C
RGB
CMYK
RGB Variations
Color information
#C62E4C (or 0xC62E4C) is known color: Old Rose. HEX triplet: C6, 2E and 4C. RGB value is (198,46,76). Sum of RGB (Red+Green+Blue) = 198+46+76=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E4C is #39D1B3. Grayscale: #5E5E5E. Windows color (decimal): -3789236 or 4992710. OLE color: 4992710.
HSL color Cylindrical-coordinate representation of color #C62E4C: hue angle of 348.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E4C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 76 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.22 |
| HSL | 348.16º | 0.62% | 0.48% | - |
| HSV(B) | 348.16º | 0.77% | 0.78% | - |
| XYZ | 25.57 | 14.48 | 8.28 | - |
| YUV | 94.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 76 | 0 | 0.77 | 0.62 | 0.22 | 348.16 | 0.62 | 0.48 |
| Hex | C6 | 2E | 4C | 0 | 4D | 3E | 16 | 15C | 3E | 30 |
| Octal | 306 | 56 | 114 | 0 | 115 | 76 | 26 | 534 | 76 | 60 |
| Binary | 11000110 | 101110 | 1001100 | 0 | 1001101 | 111110 | 10110 | 101011100 | 111110 | 110000 |
Color Harmonies of #C62E4C
Complementary color
Monochromatic Colors of #C62E4C
Black with #C62E4C
Text Example
Text Example
White with #C62E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E4C; }
p { color: rgb(198,46,76); }
H1.HeaderClassName
{
color: #C62E4C;
}
.AnyTagClassName
{
color: #C62E4C;
}
</style>
background-color css
<style>
a { background-color: #C62E4C; }
a { background-color: rgb(198,46,76); }
div.DivClassName
{
background-color: #C62E4C;
}
.BgClassName
{
background-color: #C62E4C;
}
</style>
border-color css
<style>
span { border-color: #C62E4C; }
span { border-color: rgb(198,46,76); }
td.TdClassName
{
border-color: #C62E4C;
}
.TagClassName
{
border-color: #C62E4C;
}
</style>