Shades of Ruby #C60068
Tints of Ruby #C60068
RGB
CMYK
RGB Variations
Color information
#C60068 (or 0xC60068) is known color: Ruby. HEX triplet: C6, 00 and 68. RGB value is (198,0,104). Sum of RGB (Red+Green+Blue) = 198+0+104=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C60068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60068 is #39FF97. Grayscale: #464646. Windows color (decimal): -3800984 or 6815942. OLE color: 6815942.
HSL color Cylindrical-coordinate representation of color #C60068: hue angle of 328.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60068 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.47 | 0.22 |
| HSL | 328.48º | 1% | 0.39% | - |
| HSV(B) | 328.48º | 1% | 0.78% | - |
| XYZ | 25.79 | 13.01 | 14.25 | - |
| YUV | 71.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 104 | 0 | 1 | 0.47 | 0.22 | 328.48 | 1 | 0.39 |
| Hex | C6 | 0 | 68 | 0 | 64 | 2F | 16 | 148 | 64 | 27 |
| Octal | 306 | 0 | 150 | 0 | 144 | 57 | 26 | 510 | 144 | 47 |
| Binary | 11000110 | 0 | 1101000 | 0 | 1100100 | 101111 | 10110 | 101001000 | 1100100 | 100111 |
Color Harmonies of #C60068
Complementary color
Monochromatic Colors of #C60068
Black with #C60068
Text Example
Text Example
White with #C60068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60068; }
p { color: rgb(198,0,104); }
H1.HeaderClassName
{
color: #C60068;
}
.AnyTagClassName
{
color: #C60068;
}
</style>
background-color css
<style>
a { background-color: #C60068; }
a { background-color: rgb(198,0,104); }
div.DivClassName
{
background-color: #C60068;
}
.BgClassName
{
background-color: #C60068;
}
</style>
border-color css
<style>
span { border-color: #C60068; }
span { border-color: rgb(198,0,104); }
td.TdClassName
{
border-color: #C60068;
}
.TagClassName
{
border-color: #C60068;
}
</style>