Shades of Ruby #C80967
Tints of Ruby #C80967
RGB
CMYK
RGB Variations
Color information
#C80967 (or 0xC80967) is known color: Ruby. HEX triplet: C8, 09 and 67. RGB value is (200,9,103). Sum of RGB (Red+Green+Blue) = 200+9+103=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C80967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80967 is #37F698. Grayscale: #4C4C4C. Windows color (decimal): -3667609 or 6752712. OLE color: 6752712.
HSL color Cylindrical-coordinate representation of color #C80967: hue angle of 330.47º 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 #C80967 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.22 |
| HSL | 330.47º | 0.91% | 0.41% | - |
| HSV(B) | 330.47º | 0.96% | 0.78% | - |
| XYZ | 26.37 | 13.45 | 14.04 | - |
| YUV | 76.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 103 | 0 | 0.96 | 0.48 | 0.22 | 330.47 | 0.91 | 0.41 |
| Hex | C8 | 9 | 67 | 0 | 60 | 30 | 16 | 14A | 5B | 29 |
| Octal | 310 | 11 | 147 | 0 | 140 | 60 | 26 | 512 | 133 | 51 |
| Binary | 11001000 | 1001 | 1100111 | 0 | 1100000 | 110000 | 10110 | 101001010 | 1011011 | 101001 |
Color Harmonies of #C80967
Complementary color
Monochromatic Colors of #C80967
Black with #C80967
Text Example
Text Example
White with #C80967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80967; }
p { color: rgb(200,9,103); }
H1.HeaderClassName
{
color: #C80967;
}
.AnyTagClassName
{
color: #C80967;
}
</style>
background-color css
<style>
a { background-color: #C80967; }
a { background-color: rgb(200,9,103); }
div.DivClassName
{
background-color: #C80967;
}
.BgClassName
{
background-color: #C80967;
}
</style>
border-color css
<style>
span { border-color: #C80967; }
span { border-color: rgb(200,9,103); }
td.TdClassName
{
border-color: #C80967;
}
.TagClassName
{
border-color: #C80967;
}
</style>