Shades of Ruby #C8185F
Tints of Ruby #C8185F
RGB
CMYK
RGB Variations
Color information
#C8185F (or 0xC8185F) is known color: Ruby. HEX triplet: C8, 18 and 5F. RGB value is (200,24,95). Sum of RGB (Red+Green+Blue) = 200+24+95=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C8185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8185F is #37E7A0. Grayscale: #545454. Windows color (decimal): -3663777 or 6232264. OLE color: 6232264.
HSL color Cylindrical-coordinate representation of color #C8185F: hue angle of 335.8º 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 #C8185F is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.22 |
| HSL | 335.8º | 0.79% | 0.44% | - |
| HSV(B) | 335.8º | 0.88% | 0.78% | - |
| XYZ | 26.21 | 13.76 | 12.1 | - |
| YUV | 84.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 95 | 0 | 0.88 | 0.52 | 0.22 | 335.8 | 0.79 | 0.44 |
| Hex | C8 | 18 | 5F | 0 | 58 | 34 | 16 | 150 | 4F | 2C |
| Octal | 310 | 30 | 137 | 0 | 130 | 64 | 26 | 520 | 117 | 54 |
| Binary | 11001000 | 11000 | 1011111 | 0 | 1011000 | 110100 | 10110 | 101010000 | 1001111 | 101100 |
Color Harmonies of #C8185F
Complementary color
Monochromatic Colors of #C8185F
Black with #C8185F
Text Example
Text Example
White with #C8185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8185F; }
p { color: rgb(200,24,95); }
H1.HeaderClassName
{
color: #C8185F;
}
.AnyTagClassName
{
color: #C8185F;
}
</style>
background-color css
<style>
a { background-color: #C8185F; }
a { background-color: rgb(200,24,95); }
div.DivClassName
{
background-color: #C8185F;
}
.BgClassName
{
background-color: #C8185F;
}
</style>
border-color css
<style>
span { border-color: #C8185F; }
span { border-color: rgb(200,24,95); }
td.TdClassName
{
border-color: #C8185F;
}
.TagClassName
{
border-color: #C8185F;
}
</style>