Shades of Ruby #C80565
Tints of Ruby #C80565
RGB
CMYK
RGB Variations
Color information
#C80565 (or 0xC80565) is known color: Ruby. HEX triplet: C8, 05 and 65. RGB value is (200,5,101). Sum of RGB (Red+Green+Blue) = 200+5+101=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C80565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80565 is #37FA9A. Grayscale: #4A4A4A. Windows color (decimal): -3668635 or 6620616. OLE color: 6620616.
HSL color Cylindrical-coordinate representation of color #C80565: hue angle of 330.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80565 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.22 |
| HSL | 330.46º | 0.95% | 0.4% | - |
| HSV(B) | 330.46º | 0.98% | 0.78% | - |
| XYZ | 26.22 | 13.33 | 13.5 | - |
| YUV | 74.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 101 | 0 | 0.98 | 0.49 | 0.22 | 330.46 | 0.95 | 0.4 |
| Hex | C8 | 5 | 65 | 0 | 62 | 31 | 16 | 14A | 5F | 28 |
| Octal | 310 | 5 | 145 | 0 | 142 | 61 | 26 | 512 | 137 | 50 |
| Binary | 11001000 | 101 | 1100101 | 0 | 1100010 | 110001 | 10110 | 101001010 | 1011111 | 101000 |
Color Harmonies of #C80565
Complementary color
Monochromatic Colors of #C80565
Black with #C80565
Text Example
Text Example
White with #C80565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80565; }
p { color: rgb(200,5,101); }
H1.HeaderClassName
{
color: #C80565;
}
.AnyTagClassName
{
color: #C80565;
}
</style>
background-color css
<style>
a { background-color: #C80565; }
a { background-color: rgb(200,5,101); }
div.DivClassName
{
background-color: #C80565;
}
.BgClassName
{
background-color: #C80565;
}
</style>
border-color css
<style>
span { border-color: #C80565; }
span { border-color: rgb(200,5,101); }
td.TdClassName
{
border-color: #C80565;
}
.TagClassName
{
border-color: #C80565;
}
</style>