Shades of Ruby #C4065C
Tints of Ruby #C4065C
RGB
CMYK
RGB Variations
Color information
#C4065C (or 0xC4065C) is known color: Ruby. HEX triplet: C4, 06 and 5C. RGB value is (196,6,92). Sum of RGB (Red+Green+Blue) = 196+6+92=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4065C is #3BF9A3. Grayscale: #484848. Windows color (decimal): -3930532 or 6031044. OLE color: 6031044.
HSL color Cylindrical-coordinate representation of color #C4065C: hue angle of 332.84º 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 #C4065C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.23 |
| HSL | 332.84º | 0.94% | 0.4% | - |
| HSV(B) | 332.84º | 0.97% | 0.77% | - |
| XYZ | 24.76 | 12.64 | 11.26 | - |
| YUV | 72.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 92 | 0 | 0.97 | 0.53 | 0.23 | 332.84 | 0.94 | 0.4 |
| Hex | C4 | 6 | 5C | 0 | 61 | 35 | 17 | 14D | 5E | 28 |
| Octal | 304 | 6 | 134 | 0 | 141 | 65 | 27 | 515 | 136 | 50 |
| Binary | 11000100 | 110 | 1011100 | 0 | 1100001 | 110101 | 10111 | 101001101 | 1011110 | 101000 |
Color Harmonies of #C4065C
Complementary color
Monochromatic Colors of #C4065C
Black with #C4065C
Text Example
Text Example
White with #C4065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4065C; }
p { color: rgb(196,6,92); }
H1.HeaderClassName
{
color: #C4065C;
}
.AnyTagClassName
{
color: #C4065C;
}
</style>
background-color css
<style>
a { background-color: #C4065C; }
a { background-color: rgb(196,6,92); }
div.DivClassName
{
background-color: #C4065C;
}
.BgClassName
{
background-color: #C4065C;
}
</style>
border-color css
<style>
span { border-color: #C4065C; }
span { border-color: rgb(196,6,92); }
td.TdClassName
{
border-color: #C4065C;
}
.TagClassName
{
border-color: #C4065C;
}
</style>