Shades of Old Rose #C0315D
Tints of Old Rose #C0315D
RGB
CMYK
RGB Variations
Color information
#C0315D (or 0xC0315D) is known color: Old Rose. HEX triplet: C0, 31 and 5D. RGB value is (192,49,93). Sum of RGB (Red+Green+Blue) = 192+49+93=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0315D is #3FCEA2. Grayscale: #606060. Windows color (decimal): -4181667 or 6107584. OLE color: 6107584.
HSL color Cylindrical-coordinate representation of color #C0315D: hue angle of 341.54º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0315D is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 93 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.25 |
| HSL | 341.54º | 0.59% | 0.47% | - |
| HSV(B) | 341.54º | 0.74% | 0.75% | - |
| XYZ | 24.81 | 14.19 | 11.79 | - |
| YUV | 96.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 93 | 0 | 0.74 | 0.52 | 0.25 | 341.54 | 0.59 | 0.47 |
| Hex | C0 | 31 | 5D | 0 | 4A | 34 | 19 | 156 | 3B | 2F |
| Octal | 300 | 61 | 135 | 0 | 112 | 64 | 31 | 526 | 73 | 57 |
| Binary | 11000000 | 110001 | 1011101 | 0 | 1001010 | 110100 | 11001 | 101010110 | 111011 | 101111 |
Color Harmonies of #C0315D
Complementary color
Monochromatic Colors of #C0315D
Black with #C0315D
Text Example
Text Example
White with #C0315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0315D; }
p { color: rgb(192,49,93); }
H1.HeaderClassName
{
color: #C0315D;
}
.AnyTagClassName
{
color: #C0315D;
}
</style>
background-color css
<style>
a { background-color: #C0315D; }
a { background-color: rgb(192,49,93); }
div.DivClassName
{
background-color: #C0315D;
}
.BgClassName
{
background-color: #C0315D;
}
</style>
border-color css
<style>
span { border-color: #C0315D; }
span { border-color: rgb(192,49,93); }
td.TdClassName
{
border-color: #C0315D;
}
.TagClassName
{
border-color: #C0315D;
}
</style>