Shades of Old Rose #C6294B
Tints of Old Rose #C6294B
RGB
CMYK
RGB Variations
Color information
#C6294B (or 0xC6294B) is known color: Old Rose. HEX triplet: C6, 29 and 4B. RGB value is (198,41,75). Sum of RGB (Red+Green+Blue) = 198+41+75=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6294B is #39D6B4. Grayscale: #5B5B5B. Windows color (decimal): -3790517 or 4925894. OLE color: 4925894.
HSL color Cylindrical-coordinate representation of color #C6294B: hue angle of 347.01º 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 #C6294B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 75 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.22 |
| HSL | 347.01º | 0.66% | 0.47% | - |
| HSV(B) | 347.01º | 0.79% | 0.78% | - |
| XYZ | 25.35 | 14.1 | 8.04 | - |
| YUV | 91.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 75 | 0 | 0.79 | 0.62 | 0.22 | 347.01 | 0.66 | 0.47 |
| Hex | C6 | 29 | 4B | 0 | 4F | 3E | 16 | 15B | 42 | 2F |
| Octal | 306 | 51 | 113 | 0 | 117 | 76 | 26 | 533 | 102 | 57 |
| Binary | 11000110 | 101001 | 1001011 | 0 | 1001111 | 111110 | 10110 | 101011011 | 1000010 | 101111 |
Color Harmonies of #C6294B
Complementary color
Monochromatic Colors of #C6294B
Black with #C6294B
Text Example
Text Example
White with #C6294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6294B; }
p { color: rgb(198,41,75); }
H1.HeaderClassName
{
color: #C6294B;
}
.AnyTagClassName
{
color: #C6294B;
}
</style>
background-color css
<style>
a { background-color: #C6294B; }
a { background-color: rgb(198,41,75); }
div.DivClassName
{
background-color: #C6294B;
}
.BgClassName
{
background-color: #C6294B;
}
</style>
border-color css
<style>
span { border-color: #C6294B; }
span { border-color: rgb(198,41,75); }
td.TdClassName
{
border-color: #C6294B;
}
.TagClassName
{
border-color: #C6294B;
}
</style>