Shades of Old Rose #C42756
Tints of Old Rose #C42756
RGB
CMYK
RGB Variations
Color information
#C42756 (or 0xC42756) is known color: Old Rose. HEX triplet: C4, 27 and 56. RGB value is (196,39,86). Sum of RGB (Red+Green+Blue) = 196+39+86=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C42756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42756 is #3BD8A9. Grayscale: #5B5B5B. Windows color (decimal): -3922090 or 5646276. OLE color: 5646276.
HSL color Cylindrical-coordinate representation of color #C42756: hue angle of 342.04º 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 #C42756 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 86 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.23 |
| HSL | 342.04º | 0.67% | 0.46% | - |
| HSV(B) | 342.04º | 0.8% | 0.77% | - |
| XYZ | 25.17 | 13.86 | 10.15 | - |
| YUV | 91.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 86 | 0 | 0.80 | 0.56 | 0.23 | 342.04 | 0.67 | 0.46 |
| Hex | C4 | 27 | 56 | 0 | 50 | 38 | 17 | 156 | 43 | 2E |
| Octal | 304 | 47 | 126 | 0 | 120 | 70 | 27 | 526 | 103 | 56 |
| Binary | 11000100 | 100111 | 1010110 | 0 | 1010000 | 111000 | 10111 | 101010110 | 1000011 | 101110 |
Color Harmonies of #C42756
Complementary color
Monochromatic Colors of #C42756
Black with #C42756
Text Example
Text Example
White with #C42756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42756; }
p { color: rgb(196,39,86); }
H1.HeaderClassName
{
color: #C42756;
}
.AnyTagClassName
{
color: #C42756;
}
</style>
background-color css
<style>
a { background-color: #C42756; }
a { background-color: rgb(196,39,86); }
div.DivClassName
{
background-color: #C42756;
}
.BgClassName
{
background-color: #C42756;
}
</style>
border-color css
<style>
span { border-color: #C42756; }
span { border-color: rgb(196,39,86); }
td.TdClassName
{
border-color: #C42756;
}
.TagClassName
{
border-color: #C42756;
}
</style>