Shades of Old Rose #C42152
Tints of Old Rose #C42152
RGB
CMYK
RGB Variations
Color information
#C42152 (or 0xC42152) is known color: Old Rose. HEX triplet: C4, 21 and 52. RGB value is (196,33,82). Sum of RGB (Red+Green+Blue) = 196+33+82=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C42152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42152 is #3BDEAD. Grayscale: #575757. Windows color (decimal): -3923630 or 5382596. OLE color: 5382596.
HSL color Cylindrical-coordinate representation of color #C42152: hue angle of 341.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42152 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 82 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.23 |
| HSL | 341.96º | 0.71% | 0.45% | - |
| HSV(B) | 341.96º | 0.83% | 0.77% | - |
| XYZ | 24.83 | 13.43 | 9.27 | - |
| YUV | 87.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 82 | 0 | 0.83 | 0.58 | 0.23 | 341.96 | 0.71 | 0.45 |
| Hex | C4 | 21 | 52 | 0 | 53 | 3A | 17 | 156 | 47 | 2D |
| Octal | 304 | 41 | 122 | 0 | 123 | 72 | 27 | 526 | 107 | 55 |
| Binary | 11000100 | 100001 | 1010010 | 0 | 1010011 | 111010 | 10111 | 101010110 | 1000111 | 101101 |
Color Harmonies of #C42152
Complementary color
Monochromatic Colors of #C42152
Black with #C42152
Text Example
Text Example
White with #C42152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42152; }
p { color: rgb(196,33,82); }
H1.HeaderClassName
{
color: #C42152;
}
.AnyTagClassName
{
color: #C42152;
}
</style>
background-color css
<style>
a { background-color: #C42152; }
a { background-color: rgb(196,33,82); }
div.DivClassName
{
background-color: #C42152;
}
.BgClassName
{
background-color: #C42152;
}
</style>
border-color css
<style>
span { border-color: #C42152; }
span { border-color: rgb(196,33,82); }
td.TdClassName
{
border-color: #C42152;
}
.TagClassName
{
border-color: #C42152;
}
</style>