Shades of Ruby #C80756
Tints of Ruby #C80756
RGB
CMYK
RGB Variations
Color information
#C80756 (or 0xC80756) is known color: Ruby. HEX triplet: C8, 07 and 56. RGB value is (200,7,86). Sum of RGB (Red+Green+Blue) = 200+7+86=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80756 is #37F8A9. Grayscale: #494949. Windows color (decimal): -3668138 or 5638088. OLE color: 5638088.
HSL color Cylindrical-coordinate representation of color #C80756: hue angle of 335.44º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80756 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 86 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.22 |
| HSL | 335.44º | 0.93% | 0.41% | - |
| HSV(B) | 335.44º | 0.97% | 0.78% | - |
| XYZ | 25.58 | 13.1 | 9.99 | - |
| YUV | 73.71 | 134.94 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 86 | 0 | 0.96 | 0.57 | 0.22 | 335.44 | 0.93 | 0.41 |
| Hex | C8 | 7 | 56 | 0 | 60 | 39 | 16 | 14F | 5D | 29 |
| Octal | 310 | 7 | 126 | 0 | 140 | 71 | 26 | 517 | 135 | 51 |
| Binary | 11001000 | 111 | 1010110 | 0 | 1100000 | 111001 | 10110 | 101001111 | 1011101 | 101001 |
Color Harmonies of #C80756
Complementary color
Monochromatic Colors of #C80756
Black with #C80756
Text Example
Text Example
White with #C80756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80756; }
p { color: rgb(200,7,86); }
H1.HeaderClassName
{
color: #C80756;
}
.AnyTagClassName
{
color: #C80756;
}
</style>
background-color css
<style>
a { background-color: #C80756; }
a { background-color: rgb(200,7,86); }
div.DivClassName
{
background-color: #C80756;
}
.BgClassName
{
background-color: #C80756;
}
</style>
border-color css
<style>
span { border-color: #C80756; }
span { border-color: rgb(200,7,86); }
td.TdClassName
{
border-color: #C80756;
}
.TagClassName
{
border-color: #C80756;
}
</style>