Shades of Old Rose #C42763
Tints of Old Rose #C42763
RGB
CMYK
RGB Variations
Color information
#C42763 (or 0xC42763) is known color: Old Rose. HEX triplet: C4, 27 and 63. RGB value is (196,39,99). Sum of RGB (Red+Green+Blue) = 196+39+99=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C42763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42763 is #3BD89C. Grayscale: #5C5C5C. Windows color (decimal): -3922077 or 6498244. OLE color: 6498244.
HSL color Cylindrical-coordinate representation of color #C42763: hue angle of 337.07º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42763 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 99 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.23 |
| HSL | 337.07º | 0.67% | 0.46% | - |
| HSV(B) | 337.07º | 0.8% | 0.77% | - |
| XYZ | 25.74 | 14.09 | 13.17 | - |
| YUV | 92.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 99 | 0 | 0.80 | 0.49 | 0.23 | 337.07 | 0.67 | 0.46 |
| Hex | C4 | 27 | 63 | 0 | 50 | 31 | 17 | 151 | 43 | 2E |
| Octal | 304 | 47 | 143 | 0 | 120 | 61 | 27 | 521 | 103 | 56 |
| Binary | 11000100 | 100111 | 1100011 | 0 | 1010000 | 110001 | 10111 | 101010001 | 1000011 | 101110 |
Color Harmonies of #C42763
Complementary color
Monochromatic Colors of #C42763
Black with #C42763
Text Example
Text Example
White with #C42763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42763; }
p { color: rgb(196,39,99); }
H1.HeaderClassName
{
color: #C42763;
}
.AnyTagClassName
{
color: #C42763;
}
</style>
background-color css
<style>
a { background-color: #C42763; }
a { background-color: rgb(196,39,99); }
div.DivClassName
{
background-color: #C42763;
}
.BgClassName
{
background-color: #C42763;
}
</style>
border-color css
<style>
span { border-color: #C42763; }
span { border-color: rgb(196,39,99); }
td.TdClassName
{
border-color: #C42763;
}
.TagClassName
{
border-color: #C42763;
}
</style>