Shades of Old Rose #C42B52
Tints of Old Rose #C42B52
RGB
CMYK
RGB Variations
Color information
#C42B52 (or 0xC42B52) is known color: Old Rose. HEX triplet: C4, 2B and 52. RGB value is (196,43,82). Sum of RGB (Red+Green+Blue) = 196+43+82=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B52 is #3BD4AD. Grayscale: #5D5D5D. Windows color (decimal): -3921070 or 5385156. OLE color: 5385156.
HSL color Cylindrical-coordinate representation of color #C42B52: hue angle of 344.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B52 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 82 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.23 |
| HSL | 344.71º | 0.64% | 0.47% | - |
| HSV(B) | 344.71º | 0.78% | 0.77% | - |
| XYZ | 25.15 | 14.07 | 9.37 | - |
| YUV | 93.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 82 | 0 | 0.78 | 0.58 | 0.23 | 344.71 | 0.64 | 0.47 |
| Hex | C4 | 2B | 52 | 0 | 4E | 3A | 17 | 159 | 40 | 2F |
| Octal | 304 | 53 | 122 | 0 | 116 | 72 | 27 | 531 | 100 | 57 |
| Binary | 11000100 | 101011 | 1010010 | 0 | 1001110 | 111010 | 10111 | 101011001 | 1000000 | 101111 |
Color Harmonies of #C42B52
Complementary color
Monochromatic Colors of #C42B52
Black with #C42B52
Text Example
Text Example
White with #C42B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B52; }
p { color: rgb(196,43,82); }
H1.HeaderClassName
{
color: #C42B52;
}
.AnyTagClassName
{
color: #C42B52;
}
</style>
background-color css
<style>
a { background-color: #C42B52; }
a { background-color: rgb(196,43,82); }
div.DivClassName
{
background-color: #C42B52;
}
.BgClassName
{
background-color: #C42B52;
}
</style>
border-color css
<style>
span { border-color: #C42B52; }
span { border-color: rgb(196,43,82); }
td.TdClassName
{
border-color: #C42B52;
}
.TagClassName
{
border-color: #C42B52;
}
</style>