Shades of Ruby #C81768
Tints of Ruby #C81768
RGB
CMYK
RGB Variations
Color information
#C81768 (or 0xC81768) is known color: Ruby. HEX triplet: C8, 17 and 68. RGB value is (200,23,104). Sum of RGB (Red+Green+Blue) = 200+23+104=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C81768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81768 is #37E897. Grayscale: #555555. Windows color (decimal): -3664024 or 6821832. OLE color: 6821832.
HSL color Cylindrical-coordinate representation of color #C81768: hue angle of 332.54º 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 #C81768 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 104 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.22 |
| HSL | 332.54º | 0.79% | 0.44% | - |
| HSV(B) | 332.54º | 0.89% | 0.78% | - |
| XYZ | 26.62 | 13.89 | 14.37 | - |
| YUV | 85.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 104 | 0 | 0.88 | 0.48 | 0.22 | 332.54 | 0.79 | 0.44 |
| Hex | C8 | 17 | 68 | 0 | 58 | 30 | 16 | 14D | 4F | 2C |
| Octal | 310 | 27 | 150 | 0 | 130 | 60 | 26 | 515 | 117 | 54 |
| Binary | 11001000 | 10111 | 1101000 | 0 | 1011000 | 110000 | 10110 | 101001101 | 1001111 | 101100 |
Color Harmonies of #C81768
Complementary color
Monochromatic Colors of #C81768
Black with #C81768
Text Example
Text Example
White with #C81768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81768; }
p { color: rgb(200,23,104); }
H1.HeaderClassName
{
color: #C81768;
}
.AnyTagClassName
{
color: #C81768;
}
</style>
background-color css
<style>
a { background-color: #C81768; }
a { background-color: rgb(200,23,104); }
div.DivClassName
{
background-color: #C81768;
}
.BgClassName
{
background-color: #C81768;
}
</style>
border-color css
<style>
span { border-color: #C81768; }
span { border-color: rgb(200,23,104); }
td.TdClassName
{
border-color: #C81768;
}
.TagClassName
{
border-color: #C81768;
}
</style>