Shades of Old Rose #C42955
Tints of Old Rose #C42955
RGB
CMYK
RGB Variations
Color information
#C42955 (or 0xC42955) is known color: Old Rose. HEX triplet: C4, 29 and 55. RGB value is (196,41,85). Sum of RGB (Red+Green+Blue) = 196+41+85=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C42955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42955 is #3BD6AA. Grayscale: #5C5C5C. Windows color (decimal): -3921579 or 5581252. OLE color: 5581252.
HSL color Cylindrical-coordinate representation of color #C42955: hue angle of 342.97º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42955 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 85 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.23 |
| HSL | 342.97º | 0.65% | 0.46% | - |
| HSV(B) | 342.97º | 0.79% | 0.77% | - |
| XYZ | 25.2 | 13.98 | 9.96 | - |
| YUV | 92.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 85 | 0 | 0.79 | 0.57 | 0.23 | 342.97 | 0.65 | 0.46 |
| Hex | C4 | 29 | 55 | 0 | 4F | 39 | 17 | 157 | 41 | 2E |
| Octal | 304 | 51 | 125 | 0 | 117 | 71 | 27 | 527 | 101 | 56 |
| Binary | 11000100 | 101001 | 1010101 | 0 | 1001111 | 111001 | 10111 | 101010111 | 1000001 | 101110 |
Color Harmonies of #C42955
Complementary color
Monochromatic Colors of #C42955
Black with #C42955
Text Example
Text Example
White with #C42955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42955; }
p { color: rgb(196,41,85); }
H1.HeaderClassName
{
color: #C42955;
}
.AnyTagClassName
{
color: #C42955;
}
</style>
background-color css
<style>
a { background-color: #C42955; }
a { background-color: rgb(196,41,85); }
div.DivClassName
{
background-color: #C42955;
}
.BgClassName
{
background-color: #C42955;
}
</style>
border-color css
<style>
span { border-color: #C42955; }
span { border-color: rgb(196,41,85); }
td.TdClassName
{
border-color: #C42955;
}
.TagClassName
{
border-color: #C42955;
}
</style>