Shades of Ruby #C4075F
Tints of Ruby #C4075F
RGB
CMYK
RGB Variations
Color information
#C4075F (or 0xC4075F) is known color: Ruby. HEX triplet: C4, 07 and 5F. RGB value is (196,7,95). Sum of RGB (Red+Green+Blue) = 196+7+95=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C4075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4075F is #3BF8A0. Grayscale: #494949. Windows color (decimal): -3930273 or 6227908. OLE color: 6227908.
HSL color Cylindrical-coordinate representation of color #C4075F: hue angle of 332.06º degrees, saturation: 0.93, 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 #C4075F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 95 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.23 |
| HSL | 332.06º | 0.93% | 0.4% | - |
| HSV(B) | 332.06º | 0.96% | 0.77% | - |
| XYZ | 24.91 | 12.71 | 11.97 | - |
| YUV | 73.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 95 | 0 | 0.96 | 0.52 | 0.23 | 332.06 | 0.93 | 0.4 |
| Hex | C4 | 7 | 5F | 0 | 60 | 34 | 17 | 14C | 5D | 28 |
| Octal | 304 | 7 | 137 | 0 | 140 | 64 | 27 | 514 | 135 | 50 |
| Binary | 11000100 | 111 | 1011111 | 0 | 1100000 | 110100 | 10111 | 101001100 | 1011101 | 101000 |
Color Harmonies of #C4075F
Complementary color
Monochromatic Colors of #C4075F
Black with #C4075F
Text Example
Text Example
White with #C4075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4075F; }
p { color: rgb(196,7,95); }
H1.HeaderClassName
{
color: #C4075F;
}
.AnyTagClassName
{
color: #C4075F;
}
</style>
background-color css
<style>
a { background-color: #C4075F; }
a { background-color: rgb(196,7,95); }
div.DivClassName
{
background-color: #C4075F;
}
.BgClassName
{
background-color: #C4075F;
}
</style>
border-color css
<style>
span { border-color: #C4075F; }
span { border-color: rgb(196,7,95); }
td.TdClassName
{
border-color: #C4075F;
}
.TagClassName
{
border-color: #C4075F;
}
</style>