Shades of Old Rose #C42463
Tints of Old Rose #C42463
RGB
CMYK
RGB Variations
Color information
#C42463 (or 0xC42463) is known color: Old Rose. HEX triplet: C4, 24 and 63. RGB value is (196,36,99). Sum of RGB (Red+Green+Blue) = 196+36+99=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C42463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42463 is #3BDB9C. Grayscale: #5A5A5A. Windows color (decimal): -3922845 or 6497476. OLE color: 6497476.
HSL color Cylindrical-coordinate representation of color #C42463: hue angle of 336.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42463 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 99 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.23 |
| HSL | 336.38º | 0.69% | 0.45% | - |
| HSV(B) | 336.38º | 0.82% | 0.77% | - |
| XYZ | 25.65 | 13.9 | 13.14 | - |
| YUV | 91.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 99 | 0 | 0.82 | 0.49 | 0.23 | 336.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | 63 | 0 | 52 | 31 | 17 | 150 | 45 | 2D |
| Octal | 304 | 44 | 143 | 0 | 122 | 61 | 27 | 520 | 105 | 55 |
| Binary | 11000100 | 100100 | 1100011 | 0 | 1010010 | 110001 | 10111 | 101010000 | 1000101 | 101101 |
Color Harmonies of #C42463
Complementary color
Monochromatic Colors of #C42463
Black with #C42463
Text Example
Text Example
White with #C42463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42463; }
p { color: rgb(196,36,99); }
H1.HeaderClassName
{
color: #C42463;
}
.AnyTagClassName
{
color: #C42463;
}
</style>
background-color css
<style>
a { background-color: #C42463; }
a { background-color: rgb(196,36,99); }
div.DivClassName
{
background-color: #C42463;
}
.BgClassName
{
background-color: #C42463;
}
</style>
border-color css
<style>
span { border-color: #C42463; }
span { border-color: rgb(196,36,99); }
td.TdClassName
{
border-color: #C42463;
}
.TagClassName
{
border-color: #C42463;
}
</style>