Shades of Old Rose #C42760
Tints of Old Rose #C42760
RGB
CMYK
RGB Variations
Color information
#C42760 (or 0xC42760) is known color: Old Rose. HEX triplet: C4, 27 and 60. RGB value is (196,39,96). Sum of RGB (Red+Green+Blue) = 196+39+96=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C42760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42760 is #3BD89F. Grayscale: #5C5C5C. Windows color (decimal): -3922080 or 6301636. OLE color: 6301636.
HSL color Cylindrical-coordinate representation of color #C42760: hue angle of 338.22º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42760 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 96 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.23 |
| HSL | 338.22º | 0.67% | 0.46% | - |
| HSV(B) | 338.22º | 0.8% | 0.77% | - |
| XYZ | 25.6 | 14.03 | 12.43 | - |
| YUV | 92.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 96 | 0 | 0.80 | 0.51 | 0.23 | 338.22 | 0.67 | 0.46 |
| Hex | C4 | 27 | 60 | 0 | 50 | 33 | 17 | 152 | 43 | 2E |
| Octal | 304 | 47 | 140 | 0 | 120 | 63 | 27 | 522 | 103 | 56 |
| Binary | 11000100 | 100111 | 1100000 | 0 | 1010000 | 110011 | 10111 | 101010010 | 1000011 | 101110 |
Color Harmonies of #C42760
Complementary color
Monochromatic Colors of #C42760
Black with #C42760
Text Example
Text Example
White with #C42760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42760; }
p { color: rgb(196,39,96); }
H1.HeaderClassName
{
color: #C42760;
}
.AnyTagClassName
{
color: #C42760;
}
</style>
background-color css
<style>
a { background-color: #C42760; }
a { background-color: rgb(196,39,96); }
div.DivClassName
{
background-color: #C42760;
}
.BgClassName
{
background-color: #C42760;
}
</style>
border-color css
<style>
span { border-color: #C42760; }
span { border-color: rgb(196,39,96); }
td.TdClassName
{
border-color: #C42760;
}
.TagClassName
{
border-color: #C42760;
}
</style>