Shades of Ruby #C4065D
Tints of Ruby #C4065D
RGB
CMYK
RGB Variations
Color information
#C4065D (or 0xC4065D) is known color: Ruby. HEX triplet: C4, 06 and 5D. RGB value is (196,6,93). Sum of RGB (Red+Green+Blue) = 196+6+93=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4065D is #3BF9A2. Grayscale: #484848. Windows color (decimal): -3930531 or 6096580. OLE color: 6096580.
HSL color Cylindrical-coordinate representation of color #C4065D: hue angle of 332.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4065D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.23 |
| HSL | 332.53º | 0.94% | 0.4% | - |
| HSV(B) | 332.53º | 0.97% | 0.77% | - |
| XYZ | 24.81 | 12.66 | 11.49 | - |
| YUV | 72.73 | 139.45 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 93 | 0 | 0.97 | 0.53 | 0.23 | 332.53 | 0.94 | 0.4 |
| Hex | C4 | 6 | 5D | 0 | 61 | 35 | 17 | 14D | 5E | 28 |
| Octal | 304 | 6 | 135 | 0 | 141 | 65 | 27 | 515 | 136 | 50 |
| Binary | 11000100 | 110 | 1011101 | 0 | 1100001 | 110101 | 10111 | 101001101 | 1011110 | 101000 |
Color Harmonies of #C4065D
Complementary color
Monochromatic Colors of #C4065D
Black with #C4065D
Text Example
Text Example
White with #C4065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4065D; }
p { color: rgb(196,6,93); }
H1.HeaderClassName
{
color: #C4065D;
}
.AnyTagClassName
{
color: #C4065D;
}
</style>
background-color css
<style>
a { background-color: #C4065D; }
a { background-color: rgb(196,6,93); }
div.DivClassName
{
background-color: #C4065D;
}
.BgClassName
{
background-color: #C4065D;
}
</style>
border-color css
<style>
span { border-color: #C4065D; }
span { border-color: rgb(196,6,93); }
td.TdClassName
{
border-color: #C4065D;
}
.TagClassName
{
border-color: #C4065D;
}
</style>