Shades of Old Rose #C42362
Tints of Old Rose #C42362
RGB
CMYK
RGB Variations
Color information
#C42362 (or 0xC42362) is known color: Old Rose. HEX triplet: C4, 23 and 62. RGB value is (196,35,98). Sum of RGB (Red+Green+Blue) = 196+35+98=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C42362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42362 is #3BDC9D. Grayscale: #5A5A5A. Windows color (decimal): -3923102 or 6431684. OLE color: 6431684.
HSL color Cylindrical-coordinate representation of color #C42362: hue angle of 336.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42362 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 98 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.23 |
| HSL | 336.52º | 0.7% | 0.45% | - |
| HSV(B) | 336.52º | 0.82% | 0.77% | - |
| XYZ | 25.57 | 13.82 | 12.88 | - |
| YUV | 90.32 | 132.34 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 98 | 0 | 0.82 | 0.5 | 0.23 | 336.52 | 0.7 | 0.45 |
| Hex | C4 | 23 | 62 | 0 | 52 | 32 | 17 | 151 | 46 | 2D |
| Octal | 304 | 43 | 142 | 0 | 122 | 62 | 27 | 521 | 106 | 55 |
| Binary | 11000100 | 100011 | 1100010 | 0 | 1010010 | 110010 | 10111 | 101010001 | 1000110 | 101101 |
Color Harmonies of #C42362
Complementary color
Monochromatic Colors of #C42362
Black with #C42362
Text Example
Text Example
White with #C42362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42362; }
p { color: rgb(196,35,98); }
H1.HeaderClassName
{
color: #C42362;
}
.AnyTagClassName
{
color: #C42362;
}
</style>
background-color css
<style>
a { background-color: #C42362; }
a { background-color: rgb(196,35,98); }
div.DivClassName
{
background-color: #C42362;
}
.BgClassName
{
background-color: #C42362;
}
</style>
border-color css
<style>
span { border-color: #C42362; }
span { border-color: rgb(196,35,98); }
td.TdClassName
{
border-color: #C42362;
}
.TagClassName
{
border-color: #C42362;
}
</style>