Shades of Ruby #C4085B
Tints of Ruby #C4085B
RGB
CMYK
RGB Variations
Color information
#C4085B (or 0xC4085B) is known color: Ruby. HEX triplet: C4, 08 and 5B. RGB value is (196,8,91). Sum of RGB (Red+Green+Blue) = 196+8+91=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4085B is #3BF7A4. Grayscale: #494949. Windows color (decimal): -3930021 or 5966020. OLE color: 5966020.
HSL color Cylindrical-coordinate representation of color #C4085B: hue angle of 333.51º 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 #C4085B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.23 |
| HSL | 333.51º | 0.92% | 0.4% | - |
| HSV(B) | 333.51º | 0.96% | 0.77% | - |
| XYZ | 24.74 | 12.66 | 11.04 | - |
| YUV | 73.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 91 | 0 | 0.96 | 0.54 | 0.23 | 333.51 | 0.92 | 0.4 |
| Hex | C4 | 8 | 5B | 0 | 60 | 36 | 17 | 14E | 5C | 28 |
| Octal | 304 | 10 | 133 | 0 | 140 | 66 | 27 | 516 | 134 | 50 |
| Binary | 11000100 | 1000 | 1011011 | 0 | 1100000 | 110110 | 10111 | 101001110 | 1011100 | 101000 |
Color Harmonies of #C4085B
Complementary color
Monochromatic Colors of #C4085B
Black with #C4085B
Text Example
Text Example
White with #C4085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4085B; }
p { color: rgb(196,8,91); }
H1.HeaderClassName
{
color: #C4085B;
}
.AnyTagClassName
{
color: #C4085B;
}
</style>
background-color css
<style>
a { background-color: #C4085B; }
a { background-color: rgb(196,8,91); }
div.DivClassName
{
background-color: #C4085B;
}
.BgClassName
{
background-color: #C4085B;
}
</style>
border-color css
<style>
span { border-color: #C4085B; }
span { border-color: rgb(196,8,91); }
td.TdClassName
{
border-color: #C4085B;
}
.TagClassName
{
border-color: #C4085B;
}
</style>