Shades of Old Rose #C42762
Tints of Old Rose #C42762
RGB
CMYK
RGB Variations
Color information
#C42762 (or 0xC42762) is known color: Old Rose. HEX triplet: C4, 27 and 62. RGB value is (196,39,98). Sum of RGB (Red+Green+Blue) = 196+39+98=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C42762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42762 is #3BD89D. Grayscale: #5C5C5C. Windows color (decimal): -3922078 or 6432708. OLE color: 6432708.
HSL color Cylindrical-coordinate representation of color #C42762: hue angle of 337.45º 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 #C42762 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 98 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.23 |
| HSL | 337.45º | 0.67% | 0.46% | - |
| HSV(B) | 337.45º | 0.8% | 0.77% | - |
| XYZ | 25.7 | 14.07 | 12.92 | - |
| YUV | 92.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 98 | 0 | 0.80 | 0.5 | 0.23 | 337.45 | 0.67 | 0.46 |
| Hex | C4 | 27 | 62 | 0 | 50 | 32 | 17 | 151 | 43 | 2E |
| Octal | 304 | 47 | 142 | 0 | 120 | 62 | 27 | 521 | 103 | 56 |
| Binary | 11000100 | 100111 | 1100010 | 0 | 1010000 | 110010 | 10111 | 101010001 | 1000011 | 101110 |
Color Harmonies of #C42762
Complementary color
Monochromatic Colors of #C42762
Black with #C42762
Text Example
Text Example
White with #C42762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42762; }
p { color: rgb(196,39,98); }
H1.HeaderClassName
{
color: #C42762;
}
.AnyTagClassName
{
color: #C42762;
}
</style>
background-color css
<style>
a { background-color: #C42762; }
a { background-color: rgb(196,39,98); }
div.DivClassName
{
background-color: #C42762;
}
.BgClassName
{
background-color: #C42762;
}
</style>
border-color css
<style>
span { border-color: #C42762; }
span { border-color: rgb(196,39,98); }
td.TdClassName
{
border-color: #C42762;
}
.TagClassName
{
border-color: #C42762;
}
</style>