Shades of Ruby #C80965
Tints of Ruby #C80965
RGB
CMYK
RGB Variations
Color information
#C80965 (or 0xC80965) is known color: Ruby. HEX triplet: C8, 09 and 65. RGB value is (200,9,101). Sum of RGB (Red+Green+Blue) = 200+9+101=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C80965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80965 is #37F69A. Grayscale: #4C4C4C. Windows color (decimal): -3667611 or 6621640. OLE color: 6621640.
HSL color Cylindrical-coordinate representation of color #C80965: hue angle of 331.1º 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 #C80965 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.22 |
| HSL | 331.1º | 0.91% | 0.41% | - |
| HSV(B) | 331.1º | 0.96% | 0.78% | - |
| XYZ | 26.27 | 13.41 | 13.52 | - |
| YUV | 76.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 101 | 0 | 0.96 | 0.49 | 0.22 | 331.1 | 0.91 | 0.41 |
| Hex | C8 | 9 | 65 | 0 | 60 | 31 | 16 | 14B | 5B | 29 |
| Octal | 310 | 11 | 145 | 0 | 140 | 61 | 26 | 513 | 133 | 51 |
| Binary | 11001000 | 1001 | 1100101 | 0 | 1100000 | 110001 | 10110 | 101001011 | 1011011 | 101001 |
Color Harmonies of #C80965
Complementary color
Monochromatic Colors of #C80965
Black with #C80965
Text Example
Text Example
White with #C80965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80965; }
p { color: rgb(200,9,101); }
H1.HeaderClassName
{
color: #C80965;
}
.AnyTagClassName
{
color: #C80965;
}
</style>
background-color css
<style>
a { background-color: #C80965; }
a { background-color: rgb(200,9,101); }
div.DivClassName
{
background-color: #C80965;
}
.BgClassName
{
background-color: #C80965;
}
</style>
border-color css
<style>
span { border-color: #C80965; }
span { border-color: rgb(200,9,101); }
td.TdClassName
{
border-color: #C80965;
}
.TagClassName
{
border-color: #C80965;
}
</style>