Shades of Ruby #C6135E
Tints of Ruby #C6135E
RGB
CMYK
RGB Variations
Color information
#C6135E (or 0xC6135E) is known color: Ruby. HEX triplet: C6, 13 and 5E. RGB value is (198,19,94). Sum of RGB (Red+Green+Blue) = 198+19+94=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6135E is #39ECA1. Grayscale: #505050. Windows color (decimal): -3796130 or 6165446. OLE color: 6165446.
HSL color Cylindrical-coordinate representation of color #C6135E: hue angle of 334.86º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6135E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 94 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.22 |
| HSL | 334.86º | 0.82% | 0.43% | - |
| HSV(B) | 334.86º | 0.9% | 0.78% | - |
| XYZ | 25.54 | 13.28 | 11.81 | - |
| YUV | 81.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 94 | 0 | 0.90 | 0.53 | 0.22 | 334.86 | 0.82 | 0.43 |
| Hex | C6 | 13 | 5E | 0 | 5A | 35 | 16 | 14F | 52 | 2B |
| Octal | 306 | 23 | 136 | 0 | 132 | 65 | 26 | 517 | 122 | 53 |
| Binary | 11000110 | 10011 | 1011110 | 0 | 1011010 | 110101 | 10110 | 101001111 | 1010010 | 101011 |
Color Harmonies of #C6135E
Complementary color
Monochromatic Colors of #C6135E
Black with #C6135E
Text Example
Text Example
White with #C6135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6135E; }
p { color: rgb(198,19,94); }
H1.HeaderClassName
{
color: #C6135E;
}
.AnyTagClassName
{
color: #C6135E;
}
</style>
background-color css
<style>
a { background-color: #C6135E; }
a { background-color: rgb(198,19,94); }
div.DivClassName
{
background-color: #C6135E;
}
.BgClassName
{
background-color: #C6135E;
}
</style>
border-color css
<style>
span { border-color: #C6135E; }
span { border-color: rgb(198,19,94); }
td.TdClassName
{
border-color: #C6135E;
}
.TagClassName
{
border-color: #C6135E;
}
</style>