Shades of Old Rose #C42553
Tints of Old Rose #C42553
RGB
CMYK
RGB Variations
Color information
#C42553 (or 0xC42553) is known color: Old Rose. HEX triplet: C4, 25 and 53. RGB value is (196,37,83). Sum of RGB (Red+Green+Blue) = 196+37+83=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C42553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42553 is #3BDAAC. Grayscale: #595959. Windows color (decimal): -3922605 or 5449156. OLE color: 5449156.
HSL color Cylindrical-coordinate representation of color #C42553: hue angle of 342.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42553 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 83 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.23 |
| HSL | 342.64º | 0.68% | 0.46% | - |
| HSV(B) | 342.64º | 0.81% | 0.77% | - |
| XYZ | 24.99 | 13.68 | 9.51 | - |
| YUV | 89.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 83 | 0 | 0.81 | 0.58 | 0.23 | 342.64 | 0.68 | 0.46 |
| Hex | C4 | 25 | 53 | 0 | 51 | 3A | 17 | 157 | 44 | 2E |
| Octal | 304 | 45 | 123 | 0 | 121 | 72 | 27 | 527 | 104 | 56 |
| Binary | 11000100 | 100101 | 1010011 | 0 | 1010001 | 111010 | 10111 | 101010111 | 1000100 | 101110 |
Color Harmonies of #C42553
Complementary color
Monochromatic Colors of #C42553
Black with #C42553
Text Example
Text Example
White with #C42553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42553; }
p { color: rgb(196,37,83); }
H1.HeaderClassName
{
color: #C42553;
}
.AnyTagClassName
{
color: #C42553;
}
</style>
background-color css
<style>
a { background-color: #C42553; }
a { background-color: rgb(196,37,83); }
div.DivClassName
{
background-color: #C42553;
}
.BgClassName
{
background-color: #C42553;
}
</style>
border-color css
<style>
span { border-color: #C42553; }
span { border-color: rgb(196,37,83); }
td.TdClassName
{
border-color: #C42553;
}
.TagClassName
{
border-color: #C42553;
}
</style>