Shades of Ruby #C81968
Tints of Ruby #C81968
RGB
CMYK
RGB Variations
Color information
#C81968 (or 0xC81968) is known color: Ruby. HEX triplet: C8, 19 and 68. RGB value is (200,25,104). Sum of RGB (Red+Green+Blue) = 200+25+104=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C81968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81968 is #37E697. Grayscale: #565656. Windows color (decimal): -3663512 or 6822344. OLE color: 6822344.
HSL color Cylindrical-coordinate representation of color #C81968: hue angle of 332.91º degrees, saturation: 0.78, 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 #C81968 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 104 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.22 |
| HSL | 332.91º | 0.78% | 0.44% | - |
| HSV(B) | 332.91º | 0.88% | 0.78% | - |
| XYZ | 26.67 | 13.97 | 14.39 | - |
| YUV | 86.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 104 | 0 | 0.88 | 0.48 | 0.22 | 332.91 | 0.78 | 0.44 |
| Hex | C8 | 19 | 68 | 0 | 58 | 30 | 16 | 14D | 4E | 2C |
| Octal | 310 | 31 | 150 | 0 | 130 | 60 | 26 | 515 | 116 | 54 |
| Binary | 11001000 | 11001 | 1101000 | 0 | 1011000 | 110000 | 10110 | 101001101 | 1001110 | 101100 |
Color Harmonies of #C81968
Complementary color
Monochromatic Colors of #C81968
Black with #C81968
Text Example
Text Example
White with #C81968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81968; }
p { color: rgb(200,25,104); }
H1.HeaderClassName
{
color: #C81968;
}
.AnyTagClassName
{
color: #C81968;
}
</style>
background-color css
<style>
a { background-color: #C81968; }
a { background-color: rgb(200,25,104); }
div.DivClassName
{
background-color: #C81968;
}
.BgClassName
{
background-color: #C81968;
}
</style>
border-color css
<style>
span { border-color: #C81968; }
span { border-color: rgb(200,25,104); }
td.TdClassName
{
border-color: #C81968;
}
.TagClassName
{
border-color: #C81968;
}
</style>