Shades of Old Rose #C42654
Tints of Old Rose #C42654
RGB
CMYK
RGB Variations
Color information
#C42654 (or 0xC42654) is known color: Old Rose. HEX triplet: C4, 26 and 54. RGB value is (196,38,84). Sum of RGB (Red+Green+Blue) = 196+38+84=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C42654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42654 is #3BD9AB. Grayscale: #5A5A5A. Windows color (decimal): -3922348 or 5514948. OLE color: 5514948.
HSL color Cylindrical-coordinate representation of color #C42654: hue angle of 342.53º 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 #C42654 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 84 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.23 |
| HSL | 342.53º | 0.68% | 0.46% | - |
| HSV(B) | 342.53º | 0.81% | 0.77% | - |
| XYZ | 25.06 | 13.76 | 9.72 | - |
| YUV | 90.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 84 | 0 | 0.81 | 0.57 | 0.23 | 342.53 | 0.68 | 0.46 |
| Hex | C4 | 26 | 54 | 0 | 51 | 39 | 17 | 157 | 44 | 2E |
| Octal | 304 | 46 | 124 | 0 | 121 | 71 | 27 | 527 | 104 | 56 |
| Binary | 11000100 | 100110 | 1010100 | 0 | 1010001 | 111001 | 10111 | 101010111 | 1000100 | 101110 |
Color Harmonies of #C42654
Complementary color
Monochromatic Colors of #C42654
Black with #C42654
Text Example
Text Example
White with #C42654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42654; }
p { color: rgb(196,38,84); }
H1.HeaderClassName
{
color: #C42654;
}
.AnyTagClassName
{
color: #C42654;
}
</style>
background-color css
<style>
a { background-color: #C42654; }
a { background-color: rgb(196,38,84); }
div.DivClassName
{
background-color: #C42654;
}
.BgClassName
{
background-color: #C42654;
}
</style>
border-color css
<style>
span { border-color: #C42654; }
span { border-color: rgb(196,38,84); }
td.TdClassName
{
border-color: #C42654;
}
.TagClassName
{
border-color: #C42654;
}
</style>