Shades of Ruby #C8175E
Tints of Ruby #C8175E
RGB
CMYK
RGB Variations
Color information
#C8175E (or 0xC8175E) is known color: Ruby. HEX triplet: C8, 17 and 5E. RGB value is (200,23,94). Sum of RGB (Red+Green+Blue) = 200+23+94=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8175E is #37E8A1. Grayscale: #535353. Windows color (decimal): -3664034 or 6166472. OLE color: 6166472.
HSL color Cylindrical-coordinate representation of color #C8175E: hue angle of 335.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8175E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 94 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 335.93º | 0.79% | 0.44% | - |
| HSV(B) | 335.93º | 0.89% | 0.78% | - |
| XYZ | 26.15 | 13.7 | 11.86 | - |
| YUV | 84.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 94 | 0 | 0.88 | 0.53 | 0.22 | 335.93 | 0.79 | 0.44 |
| Hex | C8 | 17 | 5E | 0 | 58 | 35 | 16 | 150 | 4F | 2C |
| Octal | 310 | 27 | 136 | 0 | 130 | 65 | 26 | 520 | 117 | 54 |
| Binary | 11001000 | 10111 | 1011110 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001111 | 101100 |
Color Harmonies of #C8175E
Complementary color
Monochromatic Colors of #C8175E
Black with #C8175E
Text Example
Text Example
White with #C8175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8175E; }
p { color: rgb(200,23,94); }
H1.HeaderClassName
{
color: #C8175E;
}
.AnyTagClassName
{
color: #C8175E;
}
</style>
background-color css
<style>
a { background-color: #C8175E; }
a { background-color: rgb(200,23,94); }
div.DivClassName
{
background-color: #C8175E;
}
.BgClassName
{
background-color: #C8175E;
}
</style>
border-color css
<style>
span { border-color: #C8175E; }
span { border-color: rgb(200,23,94); }
td.TdClassName
{
border-color: #C8175E;
}
.TagClassName
{
border-color: #C8175E;
}
</style>