Shades of Ruby #C81868
Tints of Ruby #C81868
RGB
CMYK
RGB Variations
Color information
#C81868 (or 0xC81868) is known color: Ruby. HEX triplet: C8, 18 and 68. RGB value is (200,24,104). Sum of RGB (Red+Green+Blue) = 200+24+104=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C81868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81868 is #37E797. Grayscale: #555555. Windows color (decimal): -3663768 or 6822088. OLE color: 6822088.
HSL color Cylindrical-coordinate representation of color #C81868: hue angle of 332.73º 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 #C81868 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 104 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.22 |
| HSL | 332.73º | 0.79% | 0.44% | - |
| HSV(B) | 332.73º | 0.88% | 0.78% | - |
| XYZ | 26.64 | 13.93 | 14.38 | - |
| YUV | 85.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 104 | 0 | 0.88 | 0.48 | 0.22 | 332.73 | 0.79 | 0.44 |
| Hex | C8 | 18 | 68 | 0 | 58 | 30 | 16 | 14D | 4F | 2C |
| Octal | 310 | 30 | 150 | 0 | 130 | 60 | 26 | 515 | 117 | 54 |
| Binary | 11001000 | 11000 | 1101000 | 0 | 1011000 | 110000 | 10110 | 101001101 | 1001111 | 101100 |
Color Harmonies of #C81868
Complementary color
Monochromatic Colors of #C81868
Black with #C81868
Text Example
Text Example
White with #C81868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81868; }
p { color: rgb(200,24,104); }
H1.HeaderClassName
{
color: #C81868;
}
.AnyTagClassName
{
color: #C81868;
}
</style>
background-color css
<style>
a { background-color: #C81868; }
a { background-color: rgb(200,24,104); }
div.DivClassName
{
background-color: #C81868;
}
.BgClassName
{
background-color: #C81868;
}
</style>
border-color css
<style>
span { border-color: #C81868; }
span { border-color: rgb(200,24,104); }
td.TdClassName
{
border-color: #C81868;
}
.TagClassName
{
border-color: #C81868;
}
</style>