Shades of Ruby #C80966
Tints of Ruby #C80966
RGB
CMYK
RGB Variations
Color information
#C80966 (or 0xC80966) is known color: Ruby. HEX triplet: C8, 09 and 66. RGB value is (200,9,102). Sum of RGB (Red+Green+Blue) = 200+9+102=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C80966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80966 is #37F699. Grayscale: #4C4C4C. Windows color (decimal): -3667610 or 6687176. OLE color: 6687176.
HSL color Cylindrical-coordinate representation of color #C80966: hue angle of 330.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80966 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.22 |
| HSL | 330.79º | 0.91% | 0.41% | - |
| HSV(B) | 330.79º | 0.96% | 0.78% | - |
| XYZ | 26.32 | 13.43 | 13.78 | - |
| YUV | 76.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 102 | 0 | 0.96 | 0.49 | 0.22 | 330.79 | 0.91 | 0.41 |
| Hex | C8 | 9 | 66 | 0 | 60 | 31 | 16 | 14B | 5B | 29 |
| Octal | 310 | 11 | 146 | 0 | 140 | 61 | 26 | 513 | 133 | 51 |
| Binary | 11001000 | 1001 | 1100110 | 0 | 1100000 | 110001 | 10110 | 101001011 | 1011011 | 101001 |
Color Harmonies of #C80966
Complementary color
Monochromatic Colors of #C80966
Black with #C80966
Text Example
Text Example
White with #C80966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80966; }
p { color: rgb(200,9,102); }
H1.HeaderClassName
{
color: #C80966;
}
.AnyTagClassName
{
color: #C80966;
}
</style>
background-color css
<style>
a { background-color: #C80966; }
a { background-color: rgb(200,9,102); }
div.DivClassName
{
background-color: #C80966;
}
.BgClassName
{
background-color: #C80966;
}
</style>
border-color css
<style>
span { border-color: #C80966; }
span { border-color: rgb(200,9,102); }
td.TdClassName
{
border-color: #C80966;
}
.TagClassName
{
border-color: #C80966;
}
</style>