Shades of Old Rose #C6295D
Tints of Old Rose #C6295D
RGB
CMYK
RGB Variations
Color information
#C6295D (or 0xC6295D) is known color: Old Rose. HEX triplet: C6, 29 and 5D. RGB value is (198,41,93). Sum of RGB (Red+Green+Blue) = 198+41+93=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C6295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6295D is #39D6A2. Grayscale: #5D5D5D. Windows color (decimal): -3790499 or 6105542. OLE color: 6105542.
HSL color Cylindrical-coordinate representation of color #C6295D: hue angle of 340.13º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6295D is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 93 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.22 |
| HSL | 340.13º | 0.66% | 0.47% | - |
| HSV(B) | 340.13º | 0.79% | 0.78% | - |
| XYZ | 26.06 | 14.38 | 11.76 | - |
| YUV | 93.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 93 | 0 | 0.79 | 0.53 | 0.22 | 340.13 | 0.66 | 0.47 |
| Hex | C6 | 29 | 5D | 0 | 4F | 35 | 16 | 154 | 42 | 2F |
| Octal | 306 | 51 | 135 | 0 | 117 | 65 | 26 | 524 | 102 | 57 |
| Binary | 11000110 | 101001 | 1011101 | 0 | 1001111 | 110101 | 10110 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C6295D
Complementary color
Monochromatic Colors of #C6295D
Black with #C6295D
Text Example
Text Example
White with #C6295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6295D; }
p { color: rgb(198,41,93); }
H1.HeaderClassName
{
color: #C6295D;
}
.AnyTagClassName
{
color: #C6295D;
}
</style>
background-color css
<style>
a { background-color: #C6295D; }
a { background-color: rgb(198,41,93); }
div.DivClassName
{
background-color: #C6295D;
}
.BgClassName
{
background-color: #C6295D;
}
</style>
border-color css
<style>
span { border-color: #C6295D; }
span { border-color: rgb(198,41,93); }
td.TdClassName
{
border-color: #C6295D;
}
.TagClassName
{
border-color: #C6295D;
}
</style>