Shades of Ruby #C8106B
Tints of Ruby #C8106B
RGB
CMYK
RGB Variations
Color information
#C8106B (or 0xC8106B) is known color: Ruby. HEX triplet: C8, 10 and 6B. RGB value is (200,16,107). Sum of RGB (Red+Green+Blue) = 200+16+107=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C8106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8106B is #37EF94. Grayscale: #515151. Windows color (decimal): -3665813 or 7016648. OLE color: 7016648.
HSL color Cylindrical-coordinate representation of color #C8106B: hue angle of 330.33º 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 #C8106B is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.22 |
| HSL | 330.33º | 0.85% | 0.42% | - |
| HSV(B) | 330.33º | 0.92% | 0.78% | - |
| XYZ | 26.66 | 13.71 | 15.15 | - |
| YUV | 81.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 107 | 0 | 0.92 | 0.46 | 0.22 | 330.33 | 0.85 | 0.42 |
| Hex | C8 | 10 | 6B | 0 | 5C | 2E | 16 | 14A | 55 | 2A |
| Octal | 310 | 20 | 153 | 0 | 134 | 56 | 26 | 512 | 125 | 52 |
| Binary | 11001000 | 10000 | 1101011 | 0 | 1011100 | 101110 | 10110 | 101001010 | 1010101 | 101010 |
Color Harmonies of #C8106B
Complementary color
Monochromatic Colors of #C8106B
Black with #C8106B
Text Example
Text Example
White with #C8106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8106B; }
p { color: rgb(200,16,107); }
H1.HeaderClassName
{
color: #C8106B;
}
.AnyTagClassName
{
color: #C8106B;
}
</style>
background-color css
<style>
a { background-color: #C8106B; }
a { background-color: rgb(200,16,107); }
div.DivClassName
{
background-color: #C8106B;
}
.BgClassName
{
background-color: #C8106B;
}
</style>
border-color css
<style>
span { border-color: #C8106B; }
span { border-color: rgb(200,16,107); }
td.TdClassName
{
border-color: #C8106B;
}
.TagClassName
{
border-color: #C8106B;
}
</style>