Shades of Old Rose #C42D52
Tints of Old Rose #C42D52
RGB
CMYK
RGB Variations
Color information
#C42D52 (or 0xC42D52) is known color: Old Rose. HEX triplet: C4, 2D and 52. RGB value is (196,45,82). Sum of RGB (Red+Green+Blue) = 196+45+82=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D52 is #3BD2AD. Grayscale: #5E5E5E. Windows color (decimal): -3920558 or 5385668. OLE color: 5385668.
HSL color Cylindrical-coordinate representation of color #C42D52: hue angle of 345.3º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D52 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 82 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.23 |
| HSL | 345.3º | 0.63% | 0.47% | - |
| HSV(B) | 345.3º | 0.77% | 0.77% | - |
| XYZ | 25.23 | 14.22 | 9.4 | - |
| YUV | 94.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 82 | 0 | 0.77 | 0.58 | 0.23 | 345.3 | 0.63 | 0.47 |
| Hex | C4 | 2D | 52 | 0 | 4D | 3A | 17 | 159 | 3F | 2F |
| Octal | 304 | 55 | 122 | 0 | 115 | 72 | 27 | 531 | 77 | 57 |
| Binary | 11000100 | 101101 | 1010010 | 0 | 1001101 | 111010 | 10111 | 101011001 | 111111 | 101111 |
Color Harmonies of #C42D52
Complementary color
Monochromatic Colors of #C42D52
Black with #C42D52
Text Example
Text Example
White with #C42D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D52; }
p { color: rgb(196,45,82); }
H1.HeaderClassName
{
color: #C42D52;
}
.AnyTagClassName
{
color: #C42D52;
}
</style>
background-color css
<style>
a { background-color: #C42D52; }
a { background-color: rgb(196,45,82); }
div.DivClassName
{
background-color: #C42D52;
}
.BgClassName
{
background-color: #C42D52;
}
</style>
border-color css
<style>
span { border-color: #C42D52; }
span { border-color: rgb(196,45,82); }
td.TdClassName
{
border-color: #C42D52;
}
.TagClassName
{
border-color: #C42D52;
}
</style>