Shades of Old Rose #C41754
Tints of Old Rose #C41754
RGB
CMYK
RGB Variations
Color information
#C41754 (or 0xC41754) is known color: Old Rose. HEX triplet: C4, 17 and 54. RGB value is (196,23,84). Sum of RGB (Red+Green+Blue) = 196+23+84=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C41754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41754 is #3BE8AB. Grayscale: #515151. Windows color (decimal): -3926188 or 5511108. OLE color: 5511108.
HSL color Cylindrical-coordinate representation of color #C41754: hue angle of 338.84º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41754 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 84 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.23 |
| HSL | 338.84º | 0.79% | 0.43% | - |
| HSV(B) | 338.84º | 0.88% | 0.77% | - |
| XYZ | 24.67 | 12.99 | 9.59 | - |
| YUV | 81.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 84 | 0 | 0.88 | 0.57 | 0.23 | 338.84 | 0.79 | 0.43 |
| Hex | C4 | 17 | 54 | 0 | 58 | 39 | 17 | 153 | 4F | 2B |
| Octal | 304 | 27 | 124 | 0 | 130 | 71 | 27 | 523 | 117 | 53 |
| Binary | 11000100 | 10111 | 1010100 | 0 | 1011000 | 111001 | 10111 | 101010011 | 1001111 | 101011 |
Color Harmonies of #C41754
Complementary color
Monochromatic Colors of #C41754
Black with #C41754
Text Example
Text Example
White with #C41754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41754; }
p { color: rgb(196,23,84); }
H1.HeaderClassName
{
color: #C41754;
}
.AnyTagClassName
{
color: #C41754;
}
</style>
background-color css
<style>
a { background-color: #C41754; }
a { background-color: rgb(196,23,84); }
div.DivClassName
{
background-color: #C41754;
}
.BgClassName
{
background-color: #C41754;
}
</style>
border-color css
<style>
span { border-color: #C41754; }
span { border-color: rgb(196,23,84); }
td.TdClassName
{
border-color: #C41754;
}
.TagClassName
{
border-color: #C41754;
}
</style>