Shades of Ruby #C8055A
Tints of Ruby #C8055A
RGB
CMYK
RGB Variations
Color information
#C8055A (or 0xC8055A) is known color: Ruby. HEX triplet: C8, 05 and 5A. RGB value is (200,5,90). Sum of RGB (Red+Green+Blue) = 200+5+90=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8055A is #37FAA5. Grayscale: #484848. Windows color (decimal): -3668646 or 5899720. OLE color: 5899720.
HSL color Cylindrical-coordinate representation of color #C8055A: hue angle of 333.85º 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 #C8055A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.22 |
| HSL | 333.85º | 0.95% | 0.4% | - |
| HSV(B) | 333.85º | 0.98% | 0.78% | - |
| XYZ | 25.72 | 13.13 | 10.85 | - |
| YUV | 73 | 137.6 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 90 | 0 | 0.98 | 0.55 | 0.22 | 333.85 | 0.95 | 0.4 |
| Hex | C8 | 5 | 5A | 0 | 62 | 37 | 16 | 14E | 5F | 28 |
| Octal | 310 | 5 | 132 | 0 | 142 | 67 | 26 | 516 | 137 | 50 |
| Binary | 11001000 | 101 | 1011010 | 0 | 1100010 | 110111 | 10110 | 101001110 | 1011111 | 101000 |
Color Harmonies of #C8055A
Complementary color
Monochromatic Colors of #C8055A
Black with #C8055A
Text Example
Text Example
White with #C8055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8055A; }
p { color: rgb(200,5,90); }
H1.HeaderClassName
{
color: #C8055A;
}
.AnyTagClassName
{
color: #C8055A;
}
</style>
background-color css
<style>
a { background-color: #C8055A; }
a { background-color: rgb(200,5,90); }
div.DivClassName
{
background-color: #C8055A;
}
.BgClassName
{
background-color: #C8055A;
}
</style>
border-color css
<style>
span { border-color: #C8055A; }
span { border-color: rgb(200,5,90); }
td.TdClassName
{
border-color: #C8055A;
}
.TagClassName
{
border-color: #C8055A;
}
</style>