Shades of Old Rose #C43C5C
Tints of Old Rose #C43C5C
RGB
CMYK
RGB Variations
Color information
#C43C5C (or 0xC43C5C) is known color: Old Rose. HEX triplet: C4, 3C and 5C. RGB value is (196,60,92). Sum of RGB (Red+Green+Blue) = 196+60+92=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C5C is #3BC3A3. Grayscale: #686868. Windows color (decimal): -3916708 or 6044868. OLE color: 6044868.
HSL color Cylindrical-coordinate representation of color #C43C5C: hue angle of 345.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C5C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 92 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.23 |
| HSL | 345.88º | 0.54% | 0.5% | - |
| HSV(B) | 345.88º | 0.69% | 0.77% | - |
| XYZ | 26.31 | 15.74 | 11.78 | - |
| YUV | 104.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 92 | 0 | 0.69 | 0.53 | 0.23 | 345.88 | 0.54 | 0.5 |
| Hex | C4 | 3C | 5C | 0 | 45 | 35 | 17 | 15A | 36 | 32 |
| Octal | 304 | 74 | 134 | 0 | 105 | 65 | 27 | 532 | 66 | 62 |
| Binary | 11000100 | 111100 | 1011100 | 0 | 1000101 | 110101 | 10111 | 101011010 | 110110 | 110010 |
Color Harmonies of #C43C5C
Complementary color
Monochromatic Colors of #C43C5C
Black with #C43C5C
Text Example
Text Example
White with #C43C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C5C; }
p { color: rgb(196,60,92); }
H1.HeaderClassName
{
color: #C43C5C;
}
.AnyTagClassName
{
color: #C43C5C;
}
</style>
background-color css
<style>
a { background-color: #C43C5C; }
a { background-color: rgb(196,60,92); }
div.DivClassName
{
background-color: #C43C5C;
}
.BgClassName
{
background-color: #C43C5C;
}
</style>
border-color css
<style>
span { border-color: #C43C5C; }
span { border-color: rgb(196,60,92); }
td.TdClassName
{
border-color: #C43C5C;
}
.TagClassName
{
border-color: #C43C5C;
}
</style>