Shades of Old Rose #C42663
Tints of Old Rose #C42663
RGB
CMYK
RGB Variations
Color information
#C42663 (or 0xC42663) is known color: Old Rose. HEX triplet: C4, 26 and 63. RGB value is (196,38,99). Sum of RGB (Red+Green+Blue) = 196+38+99=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C42663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42663 is #3BD99C. Grayscale: #5C5C5C. Windows color (decimal): -3922333 or 6497988. OLE color: 6497988.
HSL color Cylindrical-coordinate representation of color #C42663: hue angle of 336.84º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42663 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 99 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.23 |
| HSL | 336.84º | 0.68% | 0.46% | - |
| HSV(B) | 336.84º | 0.81% | 0.77% | - |
| XYZ | 25.71 | 14.02 | 13.16 | - |
| YUV | 92.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 99 | 0 | 0.81 | 0.49 | 0.23 | 336.84 | 0.68 | 0.46 |
| Hex | C4 | 26 | 63 | 0 | 51 | 31 | 17 | 151 | 44 | 2E |
| Octal | 304 | 46 | 143 | 0 | 121 | 61 | 27 | 521 | 104 | 56 |
| Binary | 11000100 | 100110 | 1100011 | 0 | 1010001 | 110001 | 10111 | 101010001 | 1000100 | 101110 |
Color Harmonies of #C42663
Complementary color
Monochromatic Colors of #C42663
Black with #C42663
Text Example
Text Example
White with #C42663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42663; }
p { color: rgb(196,38,99); }
H1.HeaderClassName
{
color: #C42663;
}
.AnyTagClassName
{
color: #C42663;
}
</style>
background-color css
<style>
a { background-color: #C42663; }
a { background-color: rgb(196,38,99); }
div.DivClassName
{
background-color: #C42663;
}
.BgClassName
{
background-color: #C42663;
}
</style>
border-color css
<style>
span { border-color: #C42663; }
span { border-color: rgb(196,38,99); }
td.TdClassName
{
border-color: #C42663;
}
.TagClassName
{
border-color: #C42663;
}
</style>