Shades of Ruby #C4085D
Tints of Ruby #C4085D
RGB
CMYK
RGB Variations
Color information
#C4085D (or 0xC4085D) is known color: Ruby. HEX triplet: C4, 08 and 5D. RGB value is (196,8,93). Sum of RGB (Red+Green+Blue) = 196+8+93=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4085D is #3BF7A2. Grayscale: #494949. Windows color (decimal): -3930019 or 6097092. OLE color: 6097092.
HSL color Cylindrical-coordinate representation of color #C4085D: hue angle of 332.87º 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 #C4085D is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.23 |
| HSL | 332.87º | 0.92% | 0.4% | - |
| HSV(B) | 332.87º | 0.96% | 0.77% | - |
| XYZ | 24.83 | 12.7 | 11.5 | - |
| YUV | 73.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 93 | 0 | 0.96 | 0.53 | 0.23 | 332.87 | 0.92 | 0.4 |
| Hex | C4 | 8 | 5D | 0 | 60 | 35 | 17 | 14D | 5C | 28 |
| Octal | 304 | 10 | 135 | 0 | 140 | 65 | 27 | 515 | 134 | 50 |
| Binary | 11000100 | 1000 | 1011101 | 0 | 1100000 | 110101 | 10111 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C4085D
Complementary color
Monochromatic Colors of #C4085D
Black with #C4085D
Text Example
Text Example
White with #C4085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4085D; }
p { color: rgb(196,8,93); }
H1.HeaderClassName
{
color: #C4085D;
}
.AnyTagClassName
{
color: #C4085D;
}
</style>
background-color css
<style>
a { background-color: #C4085D; }
a { background-color: rgb(196,8,93); }
div.DivClassName
{
background-color: #C4085D;
}
.BgClassName
{
background-color: #C4085D;
}
</style>
border-color css
<style>
span { border-color: #C4085D; }
span { border-color: rgb(196,8,93); }
td.TdClassName
{
border-color: #C4085D;
}
.TagClassName
{
border-color: #C4085D;
}
</style>