Shades of Ruby #C8185D
Tints of Ruby #C8185D
RGB
CMYK
RGB Variations
Color information
#C8185D (or 0xC8185D) is known color: Ruby. HEX triplet: C8, 18 and 5D. RGB value is (200,24,93). Sum of RGB (Red+Green+Blue) = 200+24+93=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8185D is #37E7A2. Grayscale: #545454. Windows color (decimal): -3663779 or 6101192. OLE color: 6101192.
HSL color Cylindrical-coordinate representation of color #C8185D: hue angle of 336.48º 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 #C8185D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 93 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.22 |
| HSL | 336.48º | 0.79% | 0.44% | - |
| HSV(B) | 336.48º | 0.88% | 0.78% | - |
| XYZ | 26.12 | 13.72 | 11.63 | - |
| YUV | 84.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 93 | 0 | 0.88 | 0.54 | 0.22 | 336.48 | 0.79 | 0.44 |
| Hex | C8 | 18 | 5D | 0 | 58 | 36 | 16 | 150 | 4F | 2C |
| Octal | 310 | 30 | 135 | 0 | 130 | 66 | 26 | 520 | 117 | 54 |
| Binary | 11001000 | 11000 | 1011101 | 0 | 1011000 | 110110 | 10110 | 101010000 | 1001111 | 101100 |
Color Harmonies of #C8185D
Complementary color
Monochromatic Colors of #C8185D
Black with #C8185D
Text Example
Text Example
White with #C8185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8185D; }
p { color: rgb(200,24,93); }
H1.HeaderClassName
{
color: #C8185D;
}
.AnyTagClassName
{
color: #C8185D;
}
</style>
background-color css
<style>
a { background-color: #C8185D; }
a { background-color: rgb(200,24,93); }
div.DivClassName
{
background-color: #C8185D;
}
.BgClassName
{
background-color: #C8185D;
}
</style>
border-color css
<style>
span { border-color: #C8185D; }
span { border-color: rgb(200,24,93); }
td.TdClassName
{
border-color: #C8185D;
}
.TagClassName
{
border-color: #C8185D;
}
</style>