Shades of Ruby #C8065F
Tints of Ruby #C8065F
RGB
CMYK
RGB Variations
Color information
#C8065F (or 0xC8065F) is known color: Ruby. HEX triplet: C8, 06 and 5F. RGB value is (200,6,95). Sum of RGB (Red+Green+Blue) = 200+6+95=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8065F is #37F9A0. Grayscale: #494949. Windows color (decimal): -3668385 or 6227656. OLE color: 6227656.
HSL color Cylindrical-coordinate representation of color #C8065F: hue angle of 332.47º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8065F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 95 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.22 |
| HSL | 332.47º | 0.94% | 0.4% | - |
| HSV(B) | 332.47º | 0.97% | 0.78% | - |
| XYZ | 25.95 | 13.24 | 12.01 | - |
| YUV | 74.15 | 139.77 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 95 | 0 | 0.97 | 0.52 | 0.22 | 332.47 | 0.94 | 0.4 |
| Hex | C8 | 6 | 5F | 0 | 61 | 34 | 16 | 14C | 5E | 28 |
| Octal | 310 | 6 | 137 | 0 | 141 | 64 | 26 | 514 | 136 | 50 |
| Binary | 11001000 | 110 | 1011111 | 0 | 1100001 | 110100 | 10110 | 101001100 | 1011110 | 101000 |
Color Harmonies of #C8065F
Complementary color
Monochromatic Colors of #C8065F
Black with #C8065F
Text Example
Text Example
White with #C8065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8065F; }
p { color: rgb(200,6,95); }
H1.HeaderClassName
{
color: #C8065F;
}
.AnyTagClassName
{
color: #C8065F;
}
</style>
background-color css
<style>
a { background-color: #C8065F; }
a { background-color: rgb(200,6,95); }
div.DivClassName
{
background-color: #C8065F;
}
.BgClassName
{
background-color: #C8065F;
}
</style>
border-color css
<style>
span { border-color: #C8065F; }
span { border-color: rgb(200,6,95); }
td.TdClassName
{
border-color: #C8065F;
}
.TagClassName
{
border-color: #C8065F;
}
</style>