Shades of Ruby #C6145C
Tints of Ruby #C6145C
RGB
CMYK
RGB Variations
Color information
#C6145C (or 0xC6145C) is known color: Ruby. HEX triplet: C6, 14 and 5C. RGB value is (198,20,92). Sum of RGB (Red+Green+Blue) = 198+20+92=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6145C is #39EBA3. Grayscale: #515151. Windows color (decimal): -3795876 or 6034630. OLE color: 6034630.
HSL color Cylindrical-coordinate representation of color #C6145C: hue angle of 335.73º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6145C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 92 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.22 |
| HSL | 335.73º | 0.82% | 0.43% | - |
| HSV(B) | 335.73º | 0.9% | 0.78% | - |
| XYZ | 25.47 | 13.28 | 11.35 | - |
| YUV | 81.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 92 | 0 | 0.90 | 0.54 | 0.22 | 335.73 | 0.82 | 0.43 |
| Hex | C6 | 14 | 5C | 0 | 5A | 36 | 16 | 150 | 52 | 2B |
| Octal | 306 | 24 | 134 | 0 | 132 | 66 | 26 | 520 | 122 | 53 |
| Binary | 11000110 | 10100 | 1011100 | 0 | 1011010 | 110110 | 10110 | 101010000 | 1010010 | 101011 |
Color Harmonies of #C6145C
Complementary color
Monochromatic Colors of #C6145C
Black with #C6145C
Text Example
Text Example
White with #C6145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6145C; }
p { color: rgb(198,20,92); }
H1.HeaderClassName
{
color: #C6145C;
}
.AnyTagClassName
{
color: #C6145C;
}
</style>
background-color css
<style>
a { background-color: #C6145C; }
a { background-color: rgb(198,20,92); }
div.DivClassName
{
background-color: #C6145C;
}
.BgClassName
{
background-color: #C6145C;
}
</style>
border-color css
<style>
span { border-color: #C6145C; }
span { border-color: rgb(198,20,92); }
td.TdClassName
{
border-color: #C6145C;
}
.TagClassName
{
border-color: #C6145C;
}
</style>