Shades of Ruby #C6175D
Tints of Ruby #C6175D
RGB
CMYK
RGB Variations
Color information
#C6175D (or 0xC6175D) is known color: Ruby. HEX triplet: C6, 17 and 5D. RGB value is (198,23,93). Sum of RGB (Red+Green+Blue) = 198+23+93=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6175D is #39E8A2. Grayscale: #535353. Windows color (decimal): -3795107 or 6100934. OLE color: 6100934.
HSL color Cylindrical-coordinate representation of color #C6175D: hue angle of 336º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6175D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 336º | 0.79% | 0.43% | - |
| HSV(B) | 336º | 0.88% | 0.78% | - |
| XYZ | 25.57 | 13.41 | 11.6 | - |
| YUV | 83.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 93 | 0 | 0.88 | 0.53 | 0.22 | 336 | 0.79 | 0.43 |
| Hex | C6 | 17 | 5D | 0 | 58 | 35 | 16 | 150 | 4F | 2B |
| Octal | 306 | 27 | 135 | 0 | 130 | 65 | 26 | 520 | 117 | 53 |
| Binary | 11000110 | 10111 | 1011101 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001111 | 101011 |
Color Harmonies of #C6175D
Complementary color
Monochromatic Colors of #C6175D
Black with #C6175D
Text Example
Text Example
White with #C6175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6175D; }
p { color: rgb(198,23,93); }
H1.HeaderClassName
{
color: #C6175D;
}
.AnyTagClassName
{
color: #C6175D;
}
</style>
background-color css
<style>
a { background-color: #C6175D; }
a { background-color: rgb(198,23,93); }
div.DivClassName
{
background-color: #C6175D;
}
.BgClassName
{
background-color: #C6175D;
}
</style>
border-color css
<style>
span { border-color: #C6175D; }
span { border-color: rgb(198,23,93); }
td.TdClassName
{
border-color: #C6175D;
}
.TagClassName
{
border-color: #C6175D;
}
</style>