Shades of Ruby #C80A6B
Tints of Ruby #C80A6B
RGB
CMYK
RGB Variations
Color information
#C80A6B (or 0xC80A6B) is known color: Ruby. HEX triplet: C8, 0A and 6B. RGB value is (200,10,107). Sum of RGB (Red+Green+Blue) = 200+10+107=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A6B is #37F594. Grayscale: #4D4D4D. Windows color (decimal): -3667349 or 7015112. OLE color: 7015112.
HSL color Cylindrical-coordinate representation of color #C80A6B: hue angle of 329.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A6B is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 107 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.22 |
| HSL | 329.37º | 0.9% | 0.41% | - |
| HSV(B) | 329.37º | 0.95% | 0.78% | - |
| XYZ | 26.58 | 13.56 | 15.13 | - |
| YUV | 77.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 107 | 0 | 0.95 | 0.46 | 0.22 | 329.37 | 0.9 | 0.41 |
| Hex | C8 | A | 6B | 0 | 5F | 2E | 16 | 149 | 5A | 29 |
| Octal | 310 | 12 | 153 | 0 | 137 | 56 | 26 | 511 | 132 | 51 |
| Binary | 11001000 | 1010 | 1101011 | 0 | 1011111 | 101110 | 10110 | 101001001 | 1011010 | 101001 |
Color Harmonies of #C80A6B
Complementary color
Monochromatic Colors of #C80A6B
Black with #C80A6B
Text Example
Text Example
White with #C80A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A6B; }
p { color: rgb(200,10,107); }
H1.HeaderClassName
{
color: #C80A6B;
}
.AnyTagClassName
{
color: #C80A6B;
}
</style>
background-color css
<style>
a { background-color: #C80A6B; }
a { background-color: rgb(200,10,107); }
div.DivClassName
{
background-color: #C80A6B;
}
.BgClassName
{
background-color: #C80A6B;
}
</style>
border-color css
<style>
span { border-color: #C80A6B; }
span { border-color: rgb(200,10,107); }
td.TdClassName
{
border-color: #C80A6B;
}
.TagClassName
{
border-color: #C80A6B;
}
</style>