Shades of Ruby #C80963
Tints of Ruby #C80963
RGB
CMYK
RGB Variations
Color information
#C80963 (or 0xC80963) is known color: Ruby. HEX triplet: C8, 09 and 63. RGB value is (200,9,99). Sum of RGB (Red+Green+Blue) = 200+9+99=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C80963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80963 is #37F69C. Grayscale: #4C4C4C. Windows color (decimal): -3667613 or 6490568. OLE color: 6490568.
HSL color Cylindrical-coordinate representation of color #C80963: hue angle of 331.73º 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 #C80963 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.22 |
| HSL | 331.73º | 0.91% | 0.41% | - |
| HSV(B) | 331.73º | 0.96% | 0.78% | - |
| XYZ | 26.17 | 13.38 | 13.01 | - |
| YUV | 76.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 99 | 0 | 0.96 | 0.50 | 0.22 | 331.73 | 0.91 | 0.41 |
| Hex | C8 | 9 | 63 | 0 | 60 | 32 | 16 | 14C | 5B | 29 |
| Octal | 310 | 11 | 143 | 0 | 140 | 62 | 26 | 514 | 133 | 51 |
| Binary | 11001000 | 1001 | 1100011 | 0 | 1100000 | 110010 | 10110 | 101001100 | 1011011 | 101001 |
Color Harmonies of #C80963
Complementary color
Monochromatic Colors of #C80963
Black with #C80963
Text Example
Text Example
White with #C80963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80963; }
p { color: rgb(200,9,99); }
H1.HeaderClassName
{
color: #C80963;
}
.AnyTagClassName
{
color: #C80963;
}
</style>
background-color css
<style>
a { background-color: #C80963; }
a { background-color: rgb(200,9,99); }
div.DivClassName
{
background-color: #C80963;
}
.BgClassName
{
background-color: #C80963;
}
</style>
border-color css
<style>
span { border-color: #C80963; }
span { border-color: rgb(200,9,99); }
td.TdClassName
{
border-color: #C80963;
}
.TagClassName
{
border-color: #C80963;
}
</style>