Shades of Ruby #C8146B
Tints of Ruby #C8146B
RGB
CMYK
RGB Variations
Color information
#C8146B (or 0xC8146B) is known color: Ruby. HEX triplet: C8, 14 and 6B. RGB value is (200,20,107). Sum of RGB (Red+Green+Blue) = 200+20+107=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8146B is #37EB94. Grayscale: #535353. Windows color (decimal): -3664789 or 7017672. OLE color: 7017672.
HSL color Cylindrical-coordinate representation of color #C8146B: hue angle of 331º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8146B is Cyan = 0, Magento = 0.9, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 107 | - |
| CMYK | 0 | 0.9 | 0.46 | 0.22 |
| HSL | 331º | 0.82% | 0.43% | - |
| HSV(B) | 331º | 0.9% | 0.78% | - |
| XYZ | 26.72 | 13.84 | 15.17 | - |
| YUV | 83.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 107 | 0 | 0.9 | 0.46 | 0.22 | 331 | 0.82 | 0.43 |
| Hex | C8 | 14 | 6B | 0 | 5A | 2E | 16 | 14B | 52 | 2B |
| Octal | 310 | 24 | 153 | 0 | 132 | 56 | 26 | 513 | 122 | 53 |
| Binary | 11001000 | 10100 | 1101011 | 0 | 1011010 | 101110 | 10110 | 101001011 | 1010010 | 101011 |
Color Harmonies of #C8146B
Complementary color
Monochromatic Colors of #C8146B
Black with #C8146B
Text Example
Text Example
White with #C8146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8146B; }
p { color: rgb(200,20,107); }
H1.HeaderClassName
{
color: #C8146B;
}
.AnyTagClassName
{
color: #C8146B;
}
</style>
background-color css
<style>
a { background-color: #C8146B; }
a { background-color: rgb(200,20,107); }
div.DivClassName
{
background-color: #C8146B;
}
.BgClassName
{
background-color: #C8146B;
}
</style>
border-color css
<style>
span { border-color: #C8146B; }
span { border-color: rgb(200,20,107); }
td.TdClassName
{
border-color: #C8146B;
}
.TagClassName
{
border-color: #C8146B;
}
</style>