Shades of Old Rose #C43663
Tints of Old Rose #C43663
RGB
CMYK
RGB Variations
Color information
#C43663 (or 0xC43663) is known color: Old Rose. HEX triplet: C4, 36 and 63. RGB value is (196,54,99). Sum of RGB (Red+Green+Blue) = 196+54+99=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C43663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43663 is #3BC99C. Grayscale: #656565. Windows color (decimal): -3918237 or 6502084. OLE color: 6502084.
HSL color Cylindrical-coordinate representation of color #C43663: hue angle of 340.99º 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 #C43663 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 99 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.23 |
| HSL | 340.99º | 0.57% | 0.49% | - |
| HSV(B) | 340.99º | 0.72% | 0.77% | - |
| XYZ | 26.34 | 15.27 | 13.36 | - |
| YUV | 101.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 99 | 0 | 0.72 | 0.49 | 0.23 | 340.99 | 0.57 | 0.49 |
| Hex | C4 | 36 | 63 | 0 | 48 | 31 | 17 | 155 | 39 | 31 |
| Octal | 304 | 66 | 143 | 0 | 110 | 61 | 27 | 525 | 71 | 61 |
| Binary | 11000100 | 110110 | 1100011 | 0 | 1001000 | 110001 | 10111 | 101010101 | 111001 | 110001 |
Color Harmonies of #C43663
Complementary color
Monochromatic Colors of #C43663
Black with #C43663
Text Example
Text Example
White with #C43663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43663; }
p { color: rgb(196,54,99); }
H1.HeaderClassName
{
color: #C43663;
}
.AnyTagClassName
{
color: #C43663;
}
</style>
background-color css
<style>
a { background-color: #C43663; }
a { background-color: rgb(196,54,99); }
div.DivClassName
{
background-color: #C43663;
}
.BgClassName
{
background-color: #C43663;
}
</style>
border-color css
<style>
span { border-color: #C43663; }
span { border-color: rgb(196,54,99); }
td.TdClassName
{
border-color: #C43663;
}
.TagClassName
{
border-color: #C43663;
}
</style>