Shades of Ruby #C6165C
Tints of Ruby #C6165C
RGB
CMYK
RGB Variations
Color information
#C6165C (or 0xC6165C) is known color: Ruby. HEX triplet: C6, 16 and 5C. RGB value is (198,22,92). Sum of RGB (Red+Green+Blue) = 198+22+92=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6165C is #39E9A3. Grayscale: #525252. Windows color (decimal): -3795364 or 6035142. OLE color: 6035142.
HSL color Cylindrical-coordinate representation of color #C6165C: hue angle of 336.14º degrees, saturation: 0.8, 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 #C6165C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.22 |
| HSL | 336.14º | 0.8% | 0.43% | - |
| HSV(B) | 336.14º | 0.89% | 0.78% | - |
| XYZ | 25.51 | 13.35 | 11.36 | - |
| YUV | 82.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 92 | 0 | 0.89 | 0.54 | 0.22 | 336.14 | 0.8 | 0.43 |
| Hex | C6 | 16 | 5C | 0 | 59 | 36 | 16 | 150 | 50 | 2B |
| Octal | 306 | 26 | 134 | 0 | 131 | 66 | 26 | 520 | 120 | 53 |
| Binary | 11000110 | 10110 | 1011100 | 0 | 1011001 | 110110 | 10110 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C6165C
Complementary color
Monochromatic Colors of #C6165C
Black with #C6165C
Text Example
Text Example
White with #C6165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6165C; }
p { color: rgb(198,22,92); }
H1.HeaderClassName
{
color: #C6165C;
}
.AnyTagClassName
{
color: #C6165C;
}
</style>
background-color css
<style>
a { background-color: #C6165C; }
a { background-color: rgb(198,22,92); }
div.DivClassName
{
background-color: #C6165C;
}
.BgClassName
{
background-color: #C6165C;
}
</style>
border-color css
<style>
span { border-color: #C6165C; }
span { border-color: rgb(198,22,92); }
td.TdClassName
{
border-color: #C6165C;
}
.TagClassName
{
border-color: #C6165C;
}
</style>