Shades of Ruby #C60366
Tints of Ruby #C60366
RGB
CMYK
RGB Variations
Color information
#C60366 (or 0xC60366) is known color: Ruby. HEX triplet: C6, 03 and 66. RGB value is (198,3,102). Sum of RGB (Red+Green+Blue) = 198+3+102=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60366 is #39FC99. Grayscale: #484848. Windows color (decimal): -3800218 or 6685638. OLE color: 6685638.
HSL color Cylindrical-coordinate representation of color #C60366: hue angle of 329.54º 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 #C60366 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.22 |
| HSL | 329.54º | 0.97% | 0.39% | - |
| HSV(B) | 329.54º | 0.98% | 0.78% | - |
| XYZ | 25.72 | 13.03 | 13.73 | - |
| YUV | 72.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 102 | 0 | 0.98 | 0.48 | 0.22 | 329.54 | 0.97 | 0.39 |
| Hex | C6 | 3 | 66 | 0 | 62 | 30 | 16 | 14A | 61 | 27 |
| Octal | 306 | 3 | 146 | 0 | 142 | 60 | 26 | 512 | 141 | 47 |
| Binary | 11000110 | 11 | 1100110 | 0 | 1100010 | 110000 | 10110 | 101001010 | 1100001 | 100111 |
Color Harmonies of #C60366
Complementary color
Monochromatic Colors of #C60366
Black with #C60366
Text Example
Text Example
White with #C60366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60366; }
p { color: rgb(198,3,102); }
H1.HeaderClassName
{
color: #C60366;
}
.AnyTagClassName
{
color: #C60366;
}
</style>
background-color css
<style>
a { background-color: #C60366; }
a { background-color: rgb(198,3,102); }
div.DivClassName
{
background-color: #C60366;
}
.BgClassName
{
background-color: #C60366;
}
</style>
border-color css
<style>
span { border-color: #C60366; }
span { border-color: rgb(198,3,102); }
td.TdClassName
{
border-color: #C60366;
}
.TagClassName
{
border-color: #C60366;
}
</style>