Shades of Old Rose #C42649
Tints of Old Rose #C42649
RGB
CMYK
RGB Variations
Color information
#C42649 (or 0xC42649) is known color: Old Rose. HEX triplet: C4, 26 and 49. RGB value is (196,38,73). Sum of RGB (Red+Green+Blue) = 196+38+73=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C42649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42649 is #3BD9B6. Grayscale: #595959. Windows color (decimal): -3922359 or 4794052. OLE color: 4794052.
HSL color Cylindrical-coordinate representation of color #C42649: hue angle of 346.71º 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 #C42649 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 73 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.23 |
| HSL | 346.71º | 0.68% | 0.46% | - |
| HSV(B) | 346.71º | 0.81% | 0.77% | - |
| XYZ | 24.66 | 13.6 | 7.63 | - |
| YUV | 89.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 73 | 0 | 0.81 | 0.63 | 0.23 | 346.71 | 0.68 | 0.46 |
| Hex | C4 | 26 | 49 | 0 | 51 | 3F | 17 | 15B | 44 | 2E |
| Octal | 304 | 46 | 111 | 0 | 121 | 77 | 27 | 533 | 104 | 56 |
| Binary | 11000100 | 100110 | 1001001 | 0 | 1010001 | 111111 | 10111 | 101011011 | 1000100 | 101110 |
Color Harmonies of #C42649
Complementary color
Monochromatic Colors of #C42649
Black with #C42649
Text Example
Text Example
White with #C42649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42649; }
p { color: rgb(196,38,73); }
H1.HeaderClassName
{
color: #C42649;
}
.AnyTagClassName
{
color: #C42649;
}
</style>
background-color css
<style>
a { background-color: #C42649; }
a { background-color: rgb(196,38,73); }
div.DivClassName
{
background-color: #C42649;
}
.BgClassName
{
background-color: #C42649;
}
</style>
border-color css
<style>
span { border-color: #C42649; }
span { border-color: rgb(196,38,73); }
td.TdClassName
{
border-color: #C42649;
}
.TagClassName
{
border-color: #C42649;
}
</style>