Shades of Old Rose #C43752
Tints of Old Rose #C43752
RGB
CMYK
RGB Variations
Color information
#C43752 (or 0xC43752) is known color: Old Rose. HEX triplet: C4, 37 and 52. RGB value is (196,55,82). Sum of RGB (Red+Green+Blue) = 196+55+82=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C43752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43752 is #3BC8AD. Grayscale: #646464. Windows color (decimal): -3917998 or 5388228. OLE color: 5388228.
HSL color Cylindrical-coordinate representation of color #C43752: hue angle of 348.51º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43752 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 82 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.23 |
| HSL | 348.51º | 0.56% | 0.49% | - |
| HSV(B) | 348.51º | 0.72% | 0.77% | - |
| XYZ | 25.65 | 15.08 | 9.54 | - |
| YUV | 100.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 82 | 0 | 0.72 | 0.58 | 0.23 | 348.51 | 0.56 | 0.49 |
| Hex | C4 | 37 | 52 | 0 | 48 | 3A | 17 | 15D | 38 | 31 |
| Octal | 304 | 67 | 122 | 0 | 110 | 72 | 27 | 535 | 70 | 61 |
| Binary | 11000100 | 110111 | 1010010 | 0 | 1001000 | 111010 | 10111 | 101011101 | 111000 | 110001 |
Color Harmonies of #C43752
Complementary color
Monochromatic Colors of #C43752
Black with #C43752
Text Example
Text Example
White with #C43752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43752; }
p { color: rgb(196,55,82); }
H1.HeaderClassName
{
color: #C43752;
}
.AnyTagClassName
{
color: #C43752;
}
</style>
background-color css
<style>
a { background-color: #C43752; }
a { background-color: rgb(196,55,82); }
div.DivClassName
{
background-color: #C43752;
}
.BgClassName
{
background-color: #C43752;
}
</style>
border-color css
<style>
span { border-color: #C43752; }
span { border-color: rgb(196,55,82); }
td.TdClassName
{
border-color: #C43752;
}
.TagClassName
{
border-color: #C43752;
}
</style>