Shades of Ruby #C80664
Tints of Ruby #C80664
RGB
CMYK
RGB Variations
Color information
#C80664 (or 0xC80664) is known color: Ruby. HEX triplet: C8, 06 and 64. RGB value is (200,6,100). Sum of RGB (Red+Green+Blue) = 200+6+100=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C80664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80664 is #37F99B. Grayscale: #4A4A4A. Windows color (decimal): -3668380 or 6555336. OLE color: 6555336.
HSL color Cylindrical-coordinate representation of color #C80664: hue angle of 330.93º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80664 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 100 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.22 |
| HSL | 330.93º | 0.94% | 0.4% | - |
| HSV(B) | 330.93º | 0.97% | 0.78% | - |
| XYZ | 26.18 | 13.33 | 13.25 | - |
| YUV | 74.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 100 | 0 | 0.97 | 0.5 | 0.22 | 330.93 | 0.94 | 0.4 |
| Hex | C8 | 6 | 64 | 0 | 61 | 32 | 16 | 14B | 5E | 28 |
| Octal | 310 | 6 | 144 | 0 | 141 | 62 | 26 | 513 | 136 | 50 |
| Binary | 11001000 | 110 | 1100100 | 0 | 1100001 | 110010 | 10110 | 101001011 | 1011110 | 101000 |
Color Harmonies of #C80664
Complementary color
Monochromatic Colors of #C80664
Black with #C80664
Text Example
Text Example
White with #C80664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80664; }
p { color: rgb(200,6,100); }
H1.HeaderClassName
{
color: #C80664;
}
.AnyTagClassName
{
color: #C80664;
}
</style>
background-color css
<style>
a { background-color: #C80664; }
a { background-color: rgb(200,6,100); }
div.DivClassName
{
background-color: #C80664;
}
.BgClassName
{
background-color: #C80664;
}
</style>
border-color css
<style>
span { border-color: #C80664; }
span { border-color: rgb(200,6,100); }
td.TdClassName
{
border-color: #C80664;
}
.TagClassName
{
border-color: #C80664;
}
</style>