Shades of Ruby #C80969
Tints of Ruby #C80969
RGB
CMYK
RGB Variations
Color information
#C80969 (or 0xC80969) is known color: Ruby. HEX triplet: C8, 09 and 69. RGB value is (200,9,105). Sum of RGB (Red+Green+Blue) = 200+9+105=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C80969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80969 is #37F696. Grayscale: #4C4C4C. Windows color (decimal): -3667607 or 6883784. OLE color: 6883784.
HSL color Cylindrical-coordinate representation of color #C80969: hue angle of 329.84º 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 #C80969 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.22 |
| HSL | 329.84º | 0.91% | 0.41% | - |
| HSV(B) | 329.84º | 0.96% | 0.78% | - |
| XYZ | 26.47 | 13.49 | 14.57 | - |
| YUV | 77.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 105 | 0 | 0.96 | 0.48 | 0.22 | 329.84 | 0.91 | 0.41 |
| Hex | C8 | 9 | 69 | 0 | 60 | 30 | 16 | 14A | 5B | 29 |
| Octal | 310 | 11 | 151 | 0 | 140 | 60 | 26 | 512 | 133 | 51 |
| Binary | 11001000 | 1001 | 1101001 | 0 | 1100000 | 110000 | 10110 | 101001010 | 1011011 | 101001 |
Color Harmonies of #C80969
Complementary color
Monochromatic Colors of #C80969
Black with #C80969
Text Example
Text Example
White with #C80969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80969; }
p { color: rgb(200,9,105); }
H1.HeaderClassName
{
color: #C80969;
}
.AnyTagClassName
{
color: #C80969;
}
</style>
background-color css
<style>
a { background-color: #C80969; }
a { background-color: rgb(200,9,105); }
div.DivClassName
{
background-color: #C80969;
}
.BgClassName
{
background-color: #C80969;
}
</style>
border-color css
<style>
span { border-color: #C80969; }
span { border-color: rgb(200,9,105); }
td.TdClassName
{
border-color: #C80969;
}
.TagClassName
{
border-color: #C80969;
}
</style>