Shades of Ruby #C6025E
Tints of Ruby #C6025E
RGB
CMYK
RGB Variations
Color information
#C6025E (or 0xC6025E) is known color: Ruby. HEX triplet: C6, 02 and 5E. RGB value is (198,2,94). Sum of RGB (Red+Green+Blue) = 198+2+94=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6025E is #39FDA1. Grayscale: #464646. Windows color (decimal): -3800482 or 6161094. OLE color: 6161094.
HSL color Cylindrical-coordinate representation of color #C6025E: hue angle of 331.84º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6025E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.22 |
| HSL | 331.84º | 0.98% | 0.39% | - |
| HSV(B) | 331.84º | 0.99% | 0.78% | - |
| XYZ | 25.33 | 12.86 | 11.74 | - |
| YUV | 71.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 94 | 0 | 0.99 | 0.53 | 0.22 | 331.84 | 0.98 | 0.39 |
| Hex | C6 | 2 | 5E | 0 | 63 | 35 | 16 | 14C | 62 | 27 |
| Octal | 306 | 2 | 136 | 0 | 143 | 65 | 26 | 514 | 142 | 47 |
| Binary | 11000110 | 10 | 1011110 | 0 | 1100011 | 110101 | 10110 | 101001100 | 1100010 | 100111 |
Color Harmonies of #C6025E
Complementary color
Monochromatic Colors of #C6025E
Black with #C6025E
Text Example
Text Example
White with #C6025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6025E; }
p { color: rgb(198,2,94); }
H1.HeaderClassName
{
color: #C6025E;
}
.AnyTagClassName
{
color: #C6025E;
}
</style>
background-color css
<style>
a { background-color: #C6025E; }
a { background-color: rgb(198,2,94); }
div.DivClassName
{
background-color: #C6025E;
}
.BgClassName
{
background-color: #C6025E;
}
</style>
border-color css
<style>
span { border-color: #C6025E; }
span { border-color: rgb(198,2,94); }
td.TdClassName
{
border-color: #C6025E;
}
.TagClassName
{
border-color: #C6025E;
}
</style>