Shades of Ruby #C4085A
Tints of Ruby #C4085A
RGB
CMYK
RGB Variations
Color information
#C4085A (or 0xC4085A) is known color: Ruby. HEX triplet: C4, 08 and 5A. RGB value is (196,8,90). Sum of RGB (Red+Green+Blue) = 196+8+90=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4085A is #3BF7A5. Grayscale: #494949. Windows color (decimal): -3930022 or 5900484. OLE color: 5900484.
HSL color Cylindrical-coordinate representation of color #C4085A: hue angle of 333.83º 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 #C4085A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.23 |
| HSL | 333.83º | 0.92% | 0.4% | - |
| HSV(B) | 333.83º | 0.96% | 0.77% | - |
| XYZ | 24.7 | 12.65 | 10.81 | - |
| YUV | 73.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 90 | 0 | 0.96 | 0.54 | 0.23 | 333.83 | 0.92 | 0.4 |
| Hex | C4 | 8 | 5A | 0 | 60 | 36 | 17 | 14E | 5C | 28 |
| Octal | 304 | 10 | 132 | 0 | 140 | 66 | 27 | 516 | 134 | 50 |
| Binary | 11000100 | 1000 | 1011010 | 0 | 1100000 | 110110 | 10111 | 101001110 | 1011100 | 101000 |
Color Harmonies of #C4085A
Complementary color
Monochromatic Colors of #C4085A
Black with #C4085A
Text Example
Text Example
White with #C4085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4085A; }
p { color: rgb(196,8,90); }
H1.HeaderClassName
{
color: #C4085A;
}
.AnyTagClassName
{
color: #C4085A;
}
</style>
background-color css
<style>
a { background-color: #C4085A; }
a { background-color: rgb(196,8,90); }
div.DivClassName
{
background-color: #C4085A;
}
.BgClassName
{
background-color: #C4085A;
}
</style>
border-color css
<style>
span { border-color: #C4085A; }
span { border-color: rgb(196,8,90); }
td.TdClassName
{
border-color: #C4085A;
}
.TagClassName
{
border-color: #C4085A;
}
</style>