Shades of Ruby #C6196A
Tints of Ruby #C6196A
RGB
CMYK
RGB Variations
Color information
#C6196A (or 0xC6196A) is known color: Ruby. HEX triplet: C6, 19 and 6A. RGB value is (198,25,106). Sum of RGB (Red+Green+Blue) = 198+25+106=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6196A is #39E695. Grayscale: #555555. Windows color (decimal): -3794582 or 6953414. OLE color: 6953414.
HSL color Cylindrical-coordinate representation of color #C6196A: hue angle of 331.91º 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 #C6196A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 106 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.22 |
| HSL | 331.91º | 0.78% | 0.44% | - |
| HSV(B) | 331.91º | 0.87% | 0.78% | - |
| XYZ | 26.24 | 13.74 | 14.91 | - |
| YUV | 85.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 106 | 0 | 0.87 | 0.46 | 0.22 | 331.91 | 0.78 | 0.44 |
| Hex | C6 | 19 | 6A | 0 | 57 | 2E | 16 | 14C | 4E | 2C |
| Octal | 306 | 31 | 152 | 0 | 127 | 56 | 26 | 514 | 116 | 54 |
| Binary | 11000110 | 11001 | 1101010 | 0 | 1010111 | 101110 | 10110 | 101001100 | 1001110 | 101100 |
Color Harmonies of #C6196A
Complementary color
Monochromatic Colors of #C6196A
Black with #C6196A
Text Example
Text Example
White with #C6196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6196A; }
p { color: rgb(198,25,106); }
H1.HeaderClassName
{
color: #C6196A;
}
.AnyTagClassName
{
color: #C6196A;
}
</style>
background-color css
<style>
a { background-color: #C6196A; }
a { background-color: rgb(198,25,106); }
div.DivClassName
{
background-color: #C6196A;
}
.BgClassName
{
background-color: #C6196A;
}
</style>
border-color css
<style>
span { border-color: #C6196A; }
span { border-color: rgb(198,25,106); }
td.TdClassName
{
border-color: #C6196A;
}
.TagClassName
{
border-color: #C6196A;
}
</style>