Shades of Old Rose #C43651
Tints of Old Rose #C43651
RGB
CMYK
RGB Variations
Color information
#C43651 (or 0xC43651) is known color: Old Rose. HEX triplet: C4, 36 and 51. RGB value is (196,54,81). Sum of RGB (Red+Green+Blue) = 196+54+81=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C43651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43651 is #3BC9AE. Grayscale: #636363. Windows color (decimal): -3918255 or 5322436. OLE color: 5322436.
HSL color Cylindrical-coordinate representation of color #C43651: hue angle of 348.59º degrees, saturation: 0.57, 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 #C43651 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 81 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.23 |
| HSL | 348.59º | 0.57% | 0.49% | - |
| HSV(B) | 348.59º | 0.72% | 0.77% | - |
| XYZ | 25.57 | 14.97 | 9.33 | - |
| YUV | 99.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 81 | 0 | 0.72 | 0.59 | 0.23 | 348.59 | 0.57 | 0.49 |
| Hex | C4 | 36 | 51 | 0 | 48 | 3B | 17 | 15D | 39 | 31 |
| Octal | 304 | 66 | 121 | 0 | 110 | 73 | 27 | 535 | 71 | 61 |
| Binary | 11000100 | 110110 | 1010001 | 0 | 1001000 | 111011 | 10111 | 101011101 | 111001 | 110001 |
Color Harmonies of #C43651
Complementary color
Monochromatic Colors of #C43651
Black with #C43651
Text Example
Text Example
White with #C43651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43651; }
p { color: rgb(196,54,81); }
H1.HeaderClassName
{
color: #C43651;
}
.AnyTagClassName
{
color: #C43651;
}
</style>
background-color css
<style>
a { background-color: #C43651; }
a { background-color: rgb(196,54,81); }
div.DivClassName
{
background-color: #C43651;
}
.BgClassName
{
background-color: #C43651;
}
</style>
border-color css
<style>
span { border-color: #C43651; }
span { border-color: rgb(196,54,81); }
td.TdClassName
{
border-color: #C43651;
}
.TagClassName
{
border-color: #C43651;
}
</style>