Shades of Ruby #C6035D
Tints of Ruby #C6035D
RGB
CMYK
RGB Variations
Color information
#C6035D (or 0xC6035D) is known color: Ruby. HEX triplet: C6, 03 and 5D. RGB value is (198,3,93). Sum of RGB (Red+Green+Blue) = 198+3+93=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6035D is #39FCA2. Grayscale: #474747. Windows color (decimal): -3800227 or 6095814. OLE color: 6095814.
HSL color Cylindrical-coordinate representation of color #C6035D: hue angle of 332.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6035D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.22 |
| HSL | 332.31º | 0.97% | 0.39% | - |
| HSV(B) | 332.31º | 0.98% | 0.78% | - |
| XYZ | 25.3 | 12.86 | 11.51 | - |
| YUV | 71.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 93 | 0 | 0.98 | 0.53 | 0.22 | 332.31 | 0.97 | 0.39 |
| Hex | C6 | 3 | 5D | 0 | 62 | 35 | 16 | 14C | 61 | 27 |
| Octal | 306 | 3 | 135 | 0 | 142 | 65 | 26 | 514 | 141 | 47 |
| Binary | 11000110 | 11 | 1011101 | 0 | 1100010 | 110101 | 10110 | 101001100 | 1100001 | 100111 |
Color Harmonies of #C6035D
Complementary color
Monochromatic Colors of #C6035D
Black with #C6035D
Text Example
Text Example
White with #C6035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6035D; }
p { color: rgb(198,3,93); }
H1.HeaderClassName
{
color: #C6035D;
}
.AnyTagClassName
{
color: #C6035D;
}
</style>
background-color css
<style>
a { background-color: #C6035D; }
a { background-color: rgb(198,3,93); }
div.DivClassName
{
background-color: #C6035D;
}
.BgClassName
{
background-color: #C6035D;
}
</style>
border-color css
<style>
span { border-color: #C6035D; }
span { border-color: rgb(198,3,93); }
td.TdClassName
{
border-color: #C6035D;
}
.TagClassName
{
border-color: #C6035D;
}
</style>