Shades of Ruby #C1165C
Tints of Ruby #C1165C
RGB
CMYK
RGB Variations
Color information
#C1165C (or 0xC1165C) is known color: Ruby. HEX triplet: C1, 16 and 5C. RGB value is (193,22,92). Sum of RGB (Red+Green+Blue) = 193+22+92=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1165C is #3EE9A3. Grayscale: #515151. Windows color (decimal): -4123044 or 6035137. OLE color: 6035137.
HSL color Cylindrical-coordinate representation of color #C1165C: hue angle of 335.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1165C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.24 |
| HSL | 335.44º | 0.8% | 0.42% | - |
| HSV(B) | 335.44º | 0.89% | 0.76% | - |
| XYZ | 24.21 | 12.68 | 11.3 | - |
| YUV | 81.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 92 | 0 | 0.89 | 0.52 | 0.24 | 335.44 | 0.8 | 0.42 |
| Hex | C1 | 16 | 5C | 0 | 59 | 34 | 18 | 14F | 50 | 2A |
| Octal | 301 | 26 | 134 | 0 | 131 | 64 | 30 | 517 | 120 | 52 |
| Binary | 11000001 | 10110 | 1011100 | 0 | 1011001 | 110100 | 11000 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C1165C
Complementary color
Monochromatic Colors of #C1165C
Black with #C1165C
Text Example
Text Example
White with #C1165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1165C; }
p { color: rgb(193,22,92); }
H1.HeaderClassName
{
color: #C1165C;
}
.AnyTagClassName
{
color: #C1165C;
}
</style>
background-color css
<style>
a { background-color: #C1165C; }
a { background-color: rgb(193,22,92); }
div.DivClassName
{
background-color: #C1165C;
}
.BgClassName
{
background-color: #C1165C;
}
</style>
border-color css
<style>
span { border-color: #C1165C; }
span { border-color: rgb(193,22,92); }
td.TdClassName
{
border-color: #C1165C;
}
.TagClassName
{
border-color: #C1165C;
}
</style>