Shades of Old Rose #C43363
Tints of Old Rose #C43363
RGB
CMYK
RGB Variations
Color information
#C43363 (or 0xC43363) is known color: Old Rose. HEX triplet: C4, 33 and 63. RGB value is (196,51,99). Sum of RGB (Red+Green+Blue) = 196+51+99=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C43363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43363 is #3BCC9C. Grayscale: #636363. Windows color (decimal): -3919005 or 6501316. OLE color: 6501316.
HSL color Cylindrical-coordinate representation of color #C43363: hue angle of 340.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43363 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 99 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.23 |
| HSL | 340.14º | 0.59% | 0.48% | - |
| HSV(B) | 340.14º | 0.74% | 0.77% | - |
| XYZ | 26.2 | 15 | 13.32 | - |
| YUV | 99.83 | 127.54 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 99 | 0 | 0.74 | 0.49 | 0.23 | 340.14 | 0.59 | 0.48 |
| Hex | C4 | 33 | 63 | 0 | 4A | 31 | 17 | 154 | 3B | 30 |
| Octal | 304 | 63 | 143 | 0 | 112 | 61 | 27 | 524 | 73 | 60 |
| Binary | 11000100 | 110011 | 1100011 | 0 | 1001010 | 110001 | 10111 | 101010100 | 111011 | 110000 |
Color Harmonies of #C43363
Complementary color
Monochromatic Colors of #C43363
Black with #C43363
Text Example
Text Example
White with #C43363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43363; }
p { color: rgb(196,51,99); }
H1.HeaderClassName
{
color: #C43363;
}
.AnyTagClassName
{
color: #C43363;
}
</style>
background-color css
<style>
a { background-color: #C43363; }
a { background-color: rgb(196,51,99); }
div.DivClassName
{
background-color: #C43363;
}
.BgClassName
{
background-color: #C43363;
}
</style>
border-color css
<style>
span { border-color: #C43363; }
span { border-color: rgb(196,51,99); }
td.TdClassName
{
border-color: #C43363;
}
.TagClassName
{
border-color: #C43363;
}
</style>