Shades of Ruby #C6186A
Tints of Ruby #C6186A
RGB
CMYK
RGB Variations
Color information
#C6186A (or 0xC6186A) is known color: Ruby. HEX triplet: C6, 18 and 6A. RGB value is (198,24,106). Sum of RGB (Red+Green+Blue) = 198+24+106=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6186A is #39E795. Grayscale: #555555. Windows color (decimal): -3794838 or 6953158. OLE color: 6953158.
HSL color Cylindrical-coordinate representation of color #C6186A: hue angle of 331.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6186A is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.72º | 0.78% | 0.44% | - |
| HSV(B) | 331.72º | 0.88% | 0.78% | - |
| XYZ | 26.22 | 13.7 | 14.9 | - |
| YUV | 85.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 106 | 0 | 0.88 | 0.46 | 0.22 | 331.72 | 0.78 | 0.44 |
| Hex | C6 | 18 | 6A | 0 | 58 | 2E | 16 | 14C | 4E | 2C |
| Octal | 306 | 30 | 152 | 0 | 130 | 56 | 26 | 514 | 116 | 54 |
| Binary | 11000110 | 11000 | 1101010 | 0 | 1011000 | 101110 | 10110 | 101001100 | 1001110 | 101100 |
Color Harmonies of #C6186A
Complementary color
Monochromatic Colors of #C6186A
Black with #C6186A
Text Example
Text Example
White with #C6186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6186A; }
p { color: rgb(198,24,106); }
H1.HeaderClassName
{
color: #C6186A;
}
.AnyTagClassName
{
color: #C6186A;
}
</style>
background-color css
<style>
a { background-color: #C6186A; }
a { background-color: rgb(198,24,106); }
div.DivClassName
{
background-color: #C6186A;
}
.BgClassName
{
background-color: #C6186A;
}
</style>
border-color css
<style>
span { border-color: #C6186A; }
span { border-color: rgb(198,24,106); }
td.TdClassName
{
border-color: #C6186A;
}
.TagClassName
{
border-color: #C6186A;
}
</style>