Shades of Ruby #C60368
Tints of Ruby #C60368
RGB
CMYK
RGB Variations
Color information
#C60368 (or 0xC60368) is known color: Ruby. HEX triplet: C6, 03 and 68. RGB value is (198,3,104). Sum of RGB (Red+Green+Blue) = 198+3+104=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60368 is #39FC97. Grayscale: #484848. Windows color (decimal): -3800216 or 6816710. OLE color: 6816710.
HSL color Cylindrical-coordinate representation of color #C60368: hue angle of 328.92º 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 #C60368 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.22 |
| HSL | 328.92º | 0.97% | 0.39% | - |
| HSV(B) | 328.92º | 0.98% | 0.78% | - |
| XYZ | 25.82 | 13.07 | 14.26 | - |
| YUV | 72.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 104 | 0 | 0.98 | 0.47 | 0.22 | 328.92 | 0.97 | 0.39 |
| Hex | C6 | 3 | 68 | 0 | 62 | 2F | 16 | 149 | 61 | 27 |
| Octal | 306 | 3 | 150 | 0 | 142 | 57 | 26 | 511 | 141 | 47 |
| Binary | 11000110 | 11 | 1101000 | 0 | 1100010 | 101111 | 10110 | 101001001 | 1100001 | 100111 |
Color Harmonies of #C60368
Complementary color
Monochromatic Colors of #C60368
Black with #C60368
Text Example
Text Example
White with #C60368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60368; }
p { color: rgb(198,3,104); }
H1.HeaderClassName
{
color: #C60368;
}
.AnyTagClassName
{
color: #C60368;
}
</style>
background-color css
<style>
a { background-color: #C60368; }
a { background-color: rgb(198,3,104); }
div.DivClassName
{
background-color: #C60368;
}
.BgClassName
{
background-color: #C60368;
}
</style>
border-color css
<style>
span { border-color: #C60368; }
span { border-color: rgb(198,3,104); }
td.TdClassName
{
border-color: #C60368;
}
.TagClassName
{
border-color: #C60368;
}
</style>