Shades of Ruby #C4085E
Tints of Ruby #C4085E
RGB
CMYK
RGB Variations
Color information
#C4085E (or 0xC4085E) is known color: Ruby. HEX triplet: C4, 08 and 5E. RGB value is (196,8,94). Sum of RGB (Red+Green+Blue) = 196+8+94=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C4085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4085E is #3BF7A1. Grayscale: #494949. Windows color (decimal): -3930018 or 6162628. OLE color: 6162628.
HSL color Cylindrical-coordinate representation of color #C4085E: hue angle of 332.55º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4085E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.23 |
| HSL | 332.55º | 0.92% | 0.4% | - |
| HSV(B) | 332.55º | 0.96% | 0.77% | - |
| XYZ | 24.87 | 12.72 | 11.73 | - |
| YUV | 74.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 94 | 0 | 0.96 | 0.52 | 0.23 | 332.55 | 0.92 | 0.4 |
| Hex | C4 | 8 | 5E | 0 | 60 | 34 | 17 | 14D | 5C | 28 |
| Octal | 304 | 10 | 136 | 0 | 140 | 64 | 27 | 515 | 134 | 50 |
| Binary | 11000100 | 1000 | 1011110 | 0 | 1100000 | 110100 | 10111 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C4085E
Complementary color
Monochromatic Colors of #C4085E
Black with #C4085E
Text Example
Text Example
White with #C4085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4085E; }
p { color: rgb(196,8,94); }
H1.HeaderClassName
{
color: #C4085E;
}
.AnyTagClassName
{
color: #C4085E;
}
</style>
background-color css
<style>
a { background-color: #C4085E; }
a { background-color: rgb(196,8,94); }
div.DivClassName
{
background-color: #C4085E;
}
.BgClassName
{
background-color: #C4085E;
}
</style>
border-color css
<style>
span { border-color: #C4085E; }
span { border-color: rgb(196,8,94); }
td.TdClassName
{
border-color: #C4085E;
}
.TagClassName
{
border-color: #C4085E;
}
</style>