Shades of Ruby #C6195C
Tints of Ruby #C6195C
RGB
CMYK
RGB Variations
Color information
#C6195C (or 0xC6195C) is known color: Ruby. HEX triplet: C6, 19 and 5C. RGB value is (198,25,92). Sum of RGB (Red+Green+Blue) = 198+25+92=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6195C is #39E6A3. Grayscale: #545454. Windows color (decimal): -3794596 or 6035910. OLE color: 6035910.
HSL color Cylindrical-coordinate representation of color #C6195C: hue angle of 336.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6195C is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 92 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.22 |
| HSL | 336.76º | 0.78% | 0.44% | - |
| HSV(B) | 336.76º | 0.87% | 0.78% | - |
| XYZ | 25.57 | 13.47 | 11.38 | - |
| YUV | 84.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 92 | 0 | 0.87 | 0.54 | 0.22 | 336.76 | 0.78 | 0.44 |
| Hex | C6 | 19 | 5C | 0 | 57 | 36 | 16 | 151 | 4E | 2C |
| Octal | 306 | 31 | 134 | 0 | 127 | 66 | 26 | 521 | 116 | 54 |
| Binary | 11000110 | 11001 | 1011100 | 0 | 1010111 | 110110 | 10110 | 101010001 | 1001110 | 101100 |
Color Harmonies of #C6195C
Complementary color
Monochromatic Colors of #C6195C
Black with #C6195C
Text Example
Text Example
White with #C6195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6195C; }
p { color: rgb(198,25,92); }
H1.HeaderClassName
{
color: #C6195C;
}
.AnyTagClassName
{
color: #C6195C;
}
</style>
background-color css
<style>
a { background-color: #C6195C; }
a { background-color: rgb(198,25,92); }
div.DivClassName
{
background-color: #C6195C;
}
.BgClassName
{
background-color: #C6195C;
}
</style>
border-color css
<style>
span { border-color: #C6195C; }
span { border-color: rgb(198,25,92); }
td.TdClassName
{
border-color: #C6195C;
}
.TagClassName
{
border-color: #C6195C;
}
</style>