Shades of Ruby #C6155C
Tints of Ruby #C6155C
RGB
CMYK
RGB Variations
Color information
#C6155C (or 0xC6155C) is known color: Ruby. HEX triplet: C6, 15 and 5C. RGB value is (198,21,92). Sum of RGB (Red+Green+Blue) = 198+21+92=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6155C is #39EAA3. Grayscale: #515151. Windows color (decimal): -3795620 or 6034886. OLE color: 6034886.
HSL color Cylindrical-coordinate representation of color #C6155C: hue angle of 335.93º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6155C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 92 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.22 |
| HSL | 335.93º | 0.81% | 0.43% | - |
| HSV(B) | 335.93º | 0.89% | 0.78% | - |
| XYZ | 25.49 | 13.31 | 11.35 | - |
| YUV | 82.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 92 | 0 | 0.89 | 0.54 | 0.22 | 335.93 | 0.81 | 0.43 |
| Hex | C6 | 15 | 5C | 0 | 59 | 36 | 16 | 150 | 51 | 2B |
| Octal | 306 | 25 | 134 | 0 | 131 | 66 | 26 | 520 | 121 | 53 |
| Binary | 11000110 | 10101 | 1011100 | 0 | 1011001 | 110110 | 10110 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C6155C
Complementary color
Monochromatic Colors of #C6155C
Black with #C6155C
Text Example
Text Example
White with #C6155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6155C; }
p { color: rgb(198,21,92); }
H1.HeaderClassName
{
color: #C6155C;
}
.AnyTagClassName
{
color: #C6155C;
}
</style>
background-color css
<style>
a { background-color: #C6155C; }
a { background-color: rgb(198,21,92); }
div.DivClassName
{
background-color: #C6155C;
}
.BgClassName
{
background-color: #C6155C;
}
</style>
border-color css
<style>
span { border-color: #C6155C; }
span { border-color: rgb(198,21,92); }
td.TdClassName
{
border-color: #C6155C;
}
.TagClassName
{
border-color: #C6155C;
}
</style>