Shades of Ruby #C4165C
Tints of Ruby #C4165C
RGB
CMYK
RGB Variations
Color information
#C4165C (or 0xC4165C) is known color: Ruby. HEX triplet: C4, 16 and 5C. RGB value is (196,22,92). Sum of RGB (Red+Green+Blue) = 196+22+92=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4165C is #3BE9A3. Grayscale: #515151. Windows color (decimal): -3926436 or 6035140. OLE color: 6035140.
HSL color Cylindrical-coordinate representation of color #C4165C: hue angle of 335.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4165C is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.23 |
| HSL | 335.86º | 0.8% | 0.43% | - |
| HSV(B) | 335.86º | 0.89% | 0.77% | - |
| XYZ | 24.98 | 13.08 | 11.33 | - |
| YUV | 82.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 92 | 0 | 0.89 | 0.53 | 0.23 | 335.86 | 0.8 | 0.43 |
| Hex | C4 | 16 | 5C | 0 | 59 | 35 | 17 | 150 | 50 | 2B |
| Octal | 304 | 26 | 134 | 0 | 131 | 65 | 27 | 520 | 120 | 53 |
| Binary | 11000100 | 10110 | 1011100 | 0 | 1011001 | 110101 | 10111 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C4165C
Complementary color
Monochromatic Colors of #C4165C
Black with #C4165C
Text Example
Text Example
White with #C4165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4165C; }
p { color: rgb(196,22,92); }
H1.HeaderClassName
{
color: #C4165C;
}
.AnyTagClassName
{
color: #C4165C;
}
</style>
background-color css
<style>
a { background-color: #C4165C; }
a { background-color: rgb(196,22,92); }
div.DivClassName
{
background-color: #C4165C;
}
.BgClassName
{
background-color: #C4165C;
}
</style>
border-color css
<style>
span { border-color: #C4165C; }
span { border-color: rgb(196,22,92); }
td.TdClassName
{
border-color: #C4165C;
}
.TagClassName
{
border-color: #C4165C;
}
</style>