Shades of Ruby #C4095C
Tints of Ruby #C4095C
RGB
CMYK
RGB Variations
Color information
#C4095C (or 0xC4095C) is known color: Ruby. HEX triplet: C4, 09 and 5C. RGB value is (196,9,92). Sum of RGB (Red+Green+Blue) = 196+9+92=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4095C is #3BF6A3. Grayscale: #4A4A4A. Windows color (decimal): -3929764 or 6031812. OLE color: 6031812.
HSL color Cylindrical-coordinate representation of color #C4095C: hue angle of 333.37º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4095C is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.23 |
| HSL | 333.37º | 0.91% | 0.4% | - |
| HSV(B) | 333.37º | 0.95% | 0.77% | - |
| XYZ | 24.79 | 12.7 | 11.27 | - |
| YUV | 74.38 | 137.95 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 92 | 0 | 0.95 | 0.53 | 0.23 | 333.37 | 0.91 | 0.4 |
| Hex | C4 | 9 | 5C | 0 | 5F | 35 | 17 | 14D | 5B | 28 |
| Octal | 304 | 11 | 134 | 0 | 137 | 65 | 27 | 515 | 133 | 50 |
| Binary | 11000100 | 1001 | 1011100 | 0 | 1011111 | 110101 | 10111 | 101001101 | 1011011 | 101000 |
Color Harmonies of #C4095C
Complementary color
Monochromatic Colors of #C4095C
Black with #C4095C
Text Example
Text Example
White with #C4095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4095C; }
p { color: rgb(196,9,92); }
H1.HeaderClassName
{
color: #C4095C;
}
.AnyTagClassName
{
color: #C4095C;
}
</style>
background-color css
<style>
a { background-color: #C4095C; }
a { background-color: rgb(196,9,92); }
div.DivClassName
{
background-color: #C4095C;
}
.BgClassName
{
background-color: #C4095C;
}
</style>
border-color css
<style>
span { border-color: #C4095C; }
span { border-color: rgb(196,9,92); }
td.TdClassName
{
border-color: #C4095C;
}
.TagClassName
{
border-color: #C4095C;
}
</style>