Shades of Ruby #C8104F
Tints of Ruby #C8104F
RGB
CMYK
RGB Variations
Color information
#C8104F (or 0xC8104F) is known color: Ruby. HEX triplet: C8, 10 and 4F. RGB value is (200,16,79). Sum of RGB (Red+Green+Blue) = 200+16+79=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8104F is #37EFB0. Grayscale: #4E4E4E. Windows color (decimal): -3665841 or 5181640. OLE color: 5181640.
HSL color Cylindrical-coordinate representation of color #C8104F: hue angle of 339.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8104F is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 79 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.22 |
| HSL | 339.46º | 0.85% | 0.42% | - |
| HSV(B) | 339.46º | 0.92% | 0.78% | - |
| XYZ | 25.42 | 13.21 | 8.61 | - |
| YUV | 78.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 79 | 0 | 0.92 | 0.60 | 0.22 | 339.46 | 0.85 | 0.42 |
| Hex | C8 | 10 | 4F | 0 | 5C | 3C | 16 | 153 | 55 | 2A |
| Octal | 310 | 20 | 117 | 0 | 134 | 74 | 26 | 523 | 125 | 52 |
| Binary | 11001000 | 10000 | 1001111 | 0 | 1011100 | 111100 | 10110 | 101010011 | 1010101 | 101010 |
Color Harmonies of #C8104F
Complementary color
Monochromatic Colors of #C8104F
Black with #C8104F
Text Example
Text Example
White with #C8104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8104F; }
p { color: rgb(200,16,79); }
H1.HeaderClassName
{
color: #C8104F;
}
.AnyTagClassName
{
color: #C8104F;
}
</style>
background-color css
<style>
a { background-color: #C8104F; }
a { background-color: rgb(200,16,79); }
div.DivClassName
{
background-color: #C8104F;
}
.BgClassName
{
background-color: #C8104F;
}
</style>
border-color css
<style>
span { border-color: #C8104F; }
span { border-color: rgb(200,16,79); }
td.TdClassName
{
border-color: #C8104F;
}
.TagClassName
{
border-color: #C8104F;
}
</style>