Shades of Ruby #C8136B
Tints of Ruby #C8136B
RGB
CMYK
RGB Variations
Color information
#C8136B (or 0xC8136B) is known color: Ruby. HEX triplet: C8, 13 and 6B. RGB value is (200,19,107). Sum of RGB (Red+Green+Blue) = 200+19+107=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8136B is #37EC94. Grayscale: #525252. Windows color (decimal): -3665045 or 7017416. OLE color: 7017416.
HSL color Cylindrical-coordinate representation of color #C8136B: hue angle of 330.83º degrees, saturation: 0.83, 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 #C8136B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.22 |
| HSL | 330.83º | 0.83% | 0.43% | - |
| HSV(B) | 330.83º | 0.91% | 0.78% | - |
| XYZ | 26.71 | 13.81 | 15.17 | - |
| YUV | 83.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 107 | 0 | 0.90 | 0.46 | 0.22 | 330.83 | 0.83 | 0.43 |
| Hex | C8 | 13 | 6B | 0 | 5A | 2E | 16 | 14B | 53 | 2B |
| Octal | 310 | 23 | 153 | 0 | 132 | 56 | 26 | 513 | 123 | 53 |
| Binary | 11001000 | 10011 | 1101011 | 0 | 1011010 | 101110 | 10110 | 101001011 | 1010011 | 101011 |
Color Harmonies of #C8136B
Complementary color
Monochromatic Colors of #C8136B
Black with #C8136B
Text Example
Text Example
White with #C8136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8136B; }
p { color: rgb(200,19,107); }
H1.HeaderClassName
{
color: #C8136B;
}
.AnyTagClassName
{
color: #C8136B;
}
</style>
background-color css
<style>
a { background-color: #C8136B; }
a { background-color: rgb(200,19,107); }
div.DivClassName
{
background-color: #C8136B;
}
.BgClassName
{
background-color: #C8136B;
}
</style>
border-color css
<style>
span { border-color: #C8136B; }
span { border-color: rgb(200,19,107); }
td.TdClassName
{
border-color: #C8136B;
}
.TagClassName
{
border-color: #C8136B;
}
</style>