Shades of Ruby #C80B60
Tints of Ruby #C80B60
RGB
CMYK
RGB Variations
Color information
#C80B60 (or 0xC80B60) is known color: Ruby. HEX triplet: C8, 0B and 60. RGB value is (200,11,96). Sum of RGB (Red+Green+Blue) = 200+11+96=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B60 is #37F49F. Grayscale: #4D4D4D. Windows color (decimal): -3667104 or 6294472. OLE color: 6294472.
HSL color Cylindrical-coordinate representation of color #C80B60: hue angle of 333.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B60 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 96 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.22 |
| HSL | 333.02º | 0.9% | 0.41% | - |
| HSV(B) | 333.02º | 0.95% | 0.78% | - |
| XYZ | 26.05 | 13.36 | 12.27 | - |
| YUV | 77.2 | 138.62 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 96 | 0 | 0.94 | 0.52 | 0.22 | 333.02 | 0.9 | 0.41 |
| Hex | C8 | B | 60 | 0 | 5E | 34 | 16 | 14D | 5A | 29 |
| Octal | 310 | 13 | 140 | 0 | 136 | 64 | 26 | 515 | 132 | 51 |
| Binary | 11001000 | 1011 | 1100000 | 0 | 1011110 | 110100 | 10110 | 101001101 | 1011010 | 101001 |
Color Harmonies of #C80B60
Complementary color
Monochromatic Colors of #C80B60
Black with #C80B60
Text Example
Text Example
White with #C80B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B60; }
p { color: rgb(200,11,96); }
H1.HeaderClassName
{
color: #C80B60;
}
.AnyTagClassName
{
color: #C80B60;
}
</style>
background-color css
<style>
a { background-color: #C80B60; }
a { background-color: rgb(200,11,96); }
div.DivClassName
{
background-color: #C80B60;
}
.BgClassName
{
background-color: #C80B60;
}
</style>
border-color css
<style>
span { border-color: #C80B60; }
span { border-color: rgb(200,11,96); }
td.TdClassName
{
border-color: #C80B60;
}
.TagClassName
{
border-color: #C80B60;
}
</style>