Shades of Ruby #C80F68
Tints of Ruby #C80F68
RGB
CMYK
RGB Variations
Color information
#C80F68 (or 0xC80F68) is known color: Ruby. HEX triplet: C8, 0F and 68. RGB value is (200,15,104). Sum of RGB (Red+Green+Blue) = 200+15+104=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80F68 is #37F097. Grayscale: #505050. Windows color (decimal): -3666072 or 6819784. OLE color: 6819784.
HSL color Cylindrical-coordinate representation of color #C80F68: hue angle of 331.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F68 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 104 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.22 |
| HSL | 331.14º | 0.86% | 0.42% | - |
| HSV(B) | 331.14º | 0.93% | 0.78% | - |
| XYZ | 26.49 | 13.62 | 14.33 | - |
| YUV | 80.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 104 | 0 | 0.92 | 0.48 | 0.22 | 331.14 | 0.86 | 0.42 |
| Hex | C8 | F | 68 | 0 | 5C | 30 | 16 | 14B | 56 | 2A |
| Octal | 310 | 17 | 150 | 0 | 134 | 60 | 26 | 513 | 126 | 52 |
| Binary | 11001000 | 1111 | 1101000 | 0 | 1011100 | 110000 | 10110 | 101001011 | 1010110 | 101010 |
Color Harmonies of #C80F68
Complementary color
Monochromatic Colors of #C80F68
Black with #C80F68
Text Example
Text Example
White with #C80F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F68; }
p { color: rgb(200,15,104); }
H1.HeaderClassName
{
color: #C80F68;
}
.AnyTagClassName
{
color: #C80F68;
}
</style>
background-color css
<style>
a { background-color: #C80F68; }
a { background-color: rgb(200,15,104); }
div.DivClassName
{
background-color: #C80F68;
}
.BgClassName
{
background-color: #C80F68;
}
</style>
border-color css
<style>
span { border-color: #C80F68; }
span { border-color: rgb(200,15,104); }
td.TdClassName
{
border-color: #C80F68;
}
.TagClassName
{
border-color: #C80F68;
}
</style>