Shades of Old Rose #C6315D
Tints of Old Rose #C6315D
RGB
CMYK
RGB Variations
Color information
#C6315D (or 0xC6315D) is known color: Old Rose. HEX triplet: C6, 31 and 5D. RGB value is (198,49,93). Sum of RGB (Red+Green+Blue) = 198+49+93=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6315D is #39CEA2. Grayscale: #626262. Windows color (decimal): -3788451 or 6107590. OLE color: 6107590.
HSL color Cylindrical-coordinate representation of color #C6315D: hue angle of 342.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6315D is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 93 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.22 |
| HSL | 342.28º | 0.6% | 0.48% | - |
| HSV(B) | 342.28º | 0.75% | 0.78% | - |
| XYZ | 26.36 | 14.99 | 11.86 | - |
| YUV | 98.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 93 | 0 | 0.75 | 0.53 | 0.22 | 342.28 | 0.6 | 0.48 |
| Hex | C6 | 31 | 5D | 0 | 4B | 35 | 16 | 156 | 3C | 30 |
| Octal | 306 | 61 | 135 | 0 | 113 | 65 | 26 | 526 | 74 | 60 |
| Binary | 11000110 | 110001 | 1011101 | 0 | 1001011 | 110101 | 10110 | 101010110 | 111100 | 110000 |
Color Harmonies of #C6315D
Complementary color
Monochromatic Colors of #C6315D
Black with #C6315D
Text Example
Text Example
White with #C6315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6315D; }
p { color: rgb(198,49,93); }
H1.HeaderClassName
{
color: #C6315D;
}
.AnyTagClassName
{
color: #C6315D;
}
</style>
background-color css
<style>
a { background-color: #C6315D; }
a { background-color: rgb(198,49,93); }
div.DivClassName
{
background-color: #C6315D;
}
.BgClassName
{
background-color: #C6315D;
}
</style>
border-color css
<style>
span { border-color: #C6315D; }
span { border-color: rgb(198,49,93); }
td.TdClassName
{
border-color: #C6315D;
}
.TagClassName
{
border-color: #C6315D;
}
</style>