Shades of Old Rose #C6304D
Tints of Old Rose #C6304D
RGB
CMYK
RGB Variations
Color information
#C6304D (or 0xC6304D) is known color: Old Rose. HEX triplet: C6, 30 and 4D. RGB value is (198,48,77). Sum of RGB (Red+Green+Blue) = 198+48+77=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6304D is #39CFB2. Grayscale: #606060. Windows color (decimal): -3788723 or 5058758. OLE color: 5058758.
HSL color Cylindrical-coordinate representation of color #C6304D: hue angle of 348.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6304D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 77 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.22 |
| HSL | 348.4º | 0.61% | 0.48% | - |
| HSV(B) | 348.4º | 0.76% | 0.78% | - |
| XYZ | 25.69 | 14.66 | 8.5 | - |
| YUV | 96.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 77 | 0 | 0.76 | 0.61 | 0.22 | 348.4 | 0.61 | 0.48 |
| Hex | C6 | 30 | 4D | 0 | 4C | 3D | 16 | 15C | 3D | 30 |
| Octal | 306 | 60 | 115 | 0 | 114 | 75 | 26 | 534 | 75 | 60 |
| Binary | 11000110 | 110000 | 1001101 | 0 | 1001100 | 111101 | 10110 | 101011100 | 111101 | 110000 |
Color Harmonies of #C6304D
Complementary color
Monochromatic Colors of #C6304D
Black with #C6304D
Text Example
Text Example
White with #C6304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6304D; }
p { color: rgb(198,48,77); }
H1.HeaderClassName
{
color: #C6304D;
}
.AnyTagClassName
{
color: #C6304D;
}
</style>
background-color css
<style>
a { background-color: #C6304D; }
a { background-color: rgb(198,48,77); }
div.DivClassName
{
background-color: #C6304D;
}
.BgClassName
{
background-color: #C6304D;
}
</style>
border-color css
<style>
span { border-color: #C6304D; }
span { border-color: rgb(198,48,77); }
td.TdClassName
{
border-color: #C6304D;
}
.TagClassName
{
border-color: #C6304D;
}
</style>