Shades of Ruby #C81366
Tints of Ruby #C81366
RGB
CMYK
RGB Variations
Color information
#C81366 (or 0xC81366) is known color: Ruby. HEX triplet: C8, 13 and 66. RGB value is (200,19,102). Sum of RGB (Red+Green+Blue) = 200+19+102=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C81366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81366 is #37EC99. Grayscale: #525252. Windows color (decimal): -3665050 or 6689736. OLE color: 6689736.
HSL color Cylindrical-coordinate representation of color #C81366: hue angle of 332.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81366 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 102 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.22 |
| HSL | 332.49º | 0.83% | 0.43% | - |
| HSV(B) | 332.49º | 0.91% | 0.78% | - |
| XYZ | 26.45 | 13.7 | 13.82 | - |
| YUV | 82.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 102 | 0 | 0.90 | 0.49 | 0.22 | 332.49 | 0.83 | 0.43 |
| Hex | C8 | 13 | 66 | 0 | 5A | 31 | 16 | 14C | 53 | 2B |
| Octal | 310 | 23 | 146 | 0 | 132 | 61 | 26 | 514 | 123 | 53 |
| Binary | 11001000 | 10011 | 1100110 | 0 | 1011010 | 110001 | 10110 | 101001100 | 1010011 | 101011 |
Color Harmonies of #C81366
Complementary color
Monochromatic Colors of #C81366
Black with #C81366
Text Example
Text Example
White with #C81366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81366; }
p { color: rgb(200,19,102); }
H1.HeaderClassName
{
color: #C81366;
}
.AnyTagClassName
{
color: #C81366;
}
</style>
background-color css
<style>
a { background-color: #C81366; }
a { background-color: rgb(200,19,102); }
div.DivClassName
{
background-color: #C81366;
}
.BgClassName
{
background-color: #C81366;
}
</style>
border-color css
<style>
span { border-color: #C81366; }
span { border-color: rgb(200,19,102); }
td.TdClassName
{
border-color: #C81366;
}
.TagClassName
{
border-color: #C81366;
}
</style>